Uses of Class
org.eclipse.mat.parser.model.AbstractObjectImpl
Package
Description
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
-
Uses of AbstractObjectImpl in org.eclipse.mat.parser.model
Modifier and TypeClassDescriptionclass
The general implementation of any Java array object (primitive array, object array).class
Implementation of a Java object representing a java.lang.Class object.class
Implementation of a Java object representing a java.lang.ClassLoader object.class
Implementation of a plain Java object.class
Implementation of a Java object array.class
Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[].Modifier and TypeMethodDescriptionstatic Comparator<AbstractObjectImpl>
AbstractObjectImpl.getComparatorForClassSpecificName()
Deprecated.static Comparator<AbstractObjectImpl>
AbstractObjectImpl.getComparatorForTechnicalName()
Deprecated.static Comparator<AbstractObjectImpl>
AbstractObjectImpl.getComparatorForUsedHeapSize()
Deprecated.