Package org.eclipse.mat.inspections.collectionextract
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
-
ClassDescriptionAbstractExtractedCollection<E,
X extends ICollectionExtractor> An abstract class representing a collection extracted from the heap.Utility class providing helpers simplifying the extraction of data from objects in the heap which represent collectionsAn class representing a collection extracted from the heap.An abstract class representing a map extracted from the heap.CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type.