Uses of Interface
org.eclipse.mat.snapshot.model.IObjectArray

Packages that use IObjectArray
org.eclipse.mat.inspections.collections These are queries for Collection classes. 
org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. 
 

Uses of IObjectArray in org.eclipse.mat.inspections.collections
 

Methods in org.eclipse.mat.inspections.collections that return IObjectArray
 IObjectArray CollectionUtil.Info.getBackingArray(IObject collection)
           
 

Methods in org.eclipse.mat.inspections.collections with parameters of type IObjectArray
static int CollectionUtil.getNumberOfNoNullArrayElements(IObjectArray arrayObject)
           
 

Uses of IObjectArray in org.eclipse.mat.parser.model
 

Classes in org.eclipse.mat.parser.model that implement IObjectArray
 class ObjectArrayImpl
          Implementation of a Java object array.