Package | Description |
---|---|
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
org.eclipse.mat.snapshot.model |
Snapshot entities, for example class, instances, class loaders, fields, GC roots.
|
Modifier and Type | Class and Description |
---|---|
class |
PrimitiveArrayImpl
Implementation of a primitive array of type
byte[], short[], int[], long[],
boolean, char[], float[], double[].
|
Modifier and Type | Method and Description |
---|---|
static String |
PrettyPrinter.arrayAsString(IPrimitiveArray charArray,
int offset,
int count,
int limit)
Convert a
char[] object into a String. |