Package org.eclipse.mat.inspections.collectionextract

Interface Summary
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.
 

Class Summary
AbstractExtractedCollection<E,X extends ICollectionExtractor> An abstract class representing a collection extracted from the heap.
CollectionExtractionUtils Utility class providing helpers simplifying the extraction of data from objects in the heap which represent collections
ExtractedCollection An class representing a collection extracted from the heap.
ExtractedMap An abstract class representing a map extracted from the heap.
IMapExtractor.EntryObject