Package | Description |
---|---|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
Modifier and Type | Class and Description |
---|---|
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[].
|