Uses of Package
org.eclipse.mat.inspections.collectionextract

Packages that use org.eclipse.mat.inspections.collectionextract
org.eclipse.mat.inspections.collectionextract   
org.eclipse.mat.internal.collectionextract   
 

Classes in org.eclipse.mat.inspections.collectionextract used by org.eclipse.mat.inspections.collectionextract
AbstractExtractedCollection
          An abstract class representing a collection extracted from the heap.
ExtractedCollection
          An class representing a collection extracted from the heap.
ExtractedMap
          An abstract class representing a map extracted from the heap.
ICollectionExtractor
          CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.
IMapExtractor
          MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.
 

Classes in org.eclipse.mat.inspections.collectionextract used by org.eclipse.mat.internal.collectionextract
ICollectionExtractor
          CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.
IMapExtractor
          MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.