Uses of Interface
org.eclipse.mat.snapshot.model.IPrimitiveArray

Packages that use IPrimitiveArray
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
 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
static String PrettyPrinter.arrayAsString(IPrimitiveArray charArray, int offset, int count, int limit)
          Convert a char[] object into a String.