Uses of Class
org.eclipse.mat.inspections.collectionextract.AbstractExtractedCollection
Package
Description
Code for reading data from collections found in a snapshot.
-
Uses of AbstractExtractedCollection in org.eclipse.mat.inspections.collectionextract
Modifier and TypeClassDescriptionclass
An class representing a collection extracted from the heap.class
An abstract class representing a map extracted from the heap.Modifier 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.