Uses of Class
org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection
-
Packages that use AbstractExtractedCollection Package Description org.eclipse.mat.inspections.collectionextract 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.collectionextract Modifier and Type Class Description class
ExtractedCollection
An class representing a collection extracted from the heap.class
ExtractedMap
An abstract class representing a map extracted from the heap.Methods in org.eclipse.mat.inspections.collectionextract that return AbstractExtractedCollection Modifier and Type Method Description static AbstractExtractedCollection<?,?>
CollectionExtractionUtils. extractCollection(IObject collection)
Extracts from the heap the content of objects which represent a collection.static AbstractExtractedCollection<?,?>
CollectionExtractionUtils. extractCollection(IObject collection, java.lang.String specificClass, ICollectionExtractor preferredExtractor)
Extracts from the heap the content of objects which represent a collection.
-