Uses of Class
org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection

Packages that use AbstractExtractedCollection
org.eclipse.mat.inspections.collectionextract   
 

Uses of AbstractExtractedCollection in org.eclipse.mat.inspections.collectionextract
 

Subclasses of AbstractExtractedCollection in org.eclipse.mat.inspections.collectionextract
 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
static 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.