Uses of Interface
org.eclipse.mat.snapshot.model.IPrimitiveArray
Package
Description
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 IPrimitiveArray in org.eclipse.mat.parser.model
Modifier and TypeClassDescriptionclass
Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[]. -
Uses of IPrimitiveArray in org.eclipse.mat.snapshot.model
Modifier and TypeMethodDescriptionstatic String
PrettyPrinter.arrayAsString
(IPrimitiveArray charArray, int offset, int count, int limit) Convert achar[]
object into a String.