Uses of Class
org.eclipse.mat.parser.model.AbstractObjectImpl
-
Packages that use AbstractObjectImpl Package Description org.eclipse.mat.parser.model 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
Subclasses of AbstractObjectImpl in org.eclipse.mat.parser.model Modifier and Type Class Description class
AbstractArrayImpl
The general implementation of any Java array object (primitive array, object array).class
ClassImpl
Implementation of a Java object representing a java.lang.Class object.class
ClassLoaderImpl
Implementation of a Java object representing a java.lang.ClassLoader object.class
InstanceImpl
Implementation of a plain Java object.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[].Methods in org.eclipse.mat.parser.model that return types with arguments of type AbstractObjectImpl Modifier and Type Method Description static java.util.Comparator<AbstractObjectImpl>
AbstractObjectImpl. getComparatorForClassSpecificName()
Deprecated.static java.util.Comparator<AbstractObjectImpl>
AbstractObjectImpl. getComparatorForTechnicalName()
Deprecated.static java.util.Comparator<AbstractObjectImpl>
AbstractObjectImpl. getComparatorForUsedHeapSize()
Deprecated.
-