Package org.eclipse.mat.inspections.collectionextract
Code for reading data from collections found in a snapshot.
This allows queries to be written to operate on collections in a snapshot without
depending on the actual implementation of the collection.
- Since:
- 1.5
-
Interface Summary Interface Description 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 Class Description 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 collectionsExtractedCollection An class representing a collection extracted from the heap.ExtractedMap An abstract class representing a map extracted from the heap.IMapExtractor.EntryObject