Uses of Class
org.eclipse.mat.parser.model.AbstractArrayImpl

Packages that use AbstractArrayImpl
org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. 
 

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

Subclasses of AbstractArrayImpl in org.eclipse.mat.parser.model
 class ObjectArrayImpl
          Implementation of a Java object array.
 class PrimitiveArrayImpl
          Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[].