Uses of Interface
org.eclipse.mat.snapshot.model.IArray
Package
Description
Code for reading data from collections found in a snapshot.
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
-
Uses of IArray in org.eclipse.mat.internal.collectionextract
-
Uses of IArray 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 array.class
Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[]. -
Uses of IArray in org.eclipse.mat.snapshot.model
Modifier and TypeInterfaceDescriptioninterface
Marker interface to represent object arrays in the heap dump.interface
Interface for primitive arrays in the heap dump.