Uses of Class
org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection
Packages that use AbstractExtractedCollection
Package
Description
Code for reading data from collections found in a snapshot.
-
Uses of AbstractExtractedCollection in org.eclipse.mat.inspections.collectionextract
Subclasses of AbstractExtractedCollection in org.eclipse.mat.inspections.collectionextractModifier and TypeClassDescriptionclass
An class representing a collection extracted from the heap.class
An abstract class representing a map extracted from the heap.Methods in org.eclipse.mat.inspections.collectionextract that return AbstractExtractedCollectionModifier and TypeMethodDescriptionstatic AbstractExtractedCollection<?,
?> CollectionExtractionUtils.extractCollection
(IObject collection) Extracts from the heap the content of objects which represent a collection.static AbstractExtractedCollection<?,
?> CollectionExtractionUtils.extractCollection
(IObject collection, String specificClass, ICollectionExtractor preferredExtractor) Extracts from the heap the content of objects which represent a collection.