Uses of Interface
org.eclipse.mat.snapshot.model.IPrimitiveArray
-
Packages that use IPrimitiveArray 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. -
-
Uses of IPrimitiveArray in org.eclipse.mat.parser.model
Classes in org.eclipse.mat.parser.model that implement IPrimitiveArray Modifier and Type Class Description class
PrimitiveArrayImpl
Implementation of a primitive array of type byte[], short[], int[], long[], boolean, char[], float[], double[]. -
Uses of IPrimitiveArray in org.eclipse.mat.snapshot.model
Methods in org.eclipse.mat.snapshot.model with parameters of type IPrimitiveArray Modifier and Type Method Description static String
PrettyPrinter. arrayAsString(IPrimitiveArray charArray, int offset, int count, int limit)
Convert achar[]
object into a String.
-