Package | Description |
---|---|
org.eclipse.mat.inspections.collectionextract |
Modifier and Type | Class and Description |
---|---|
class |
ExtractedCollection
An class representing a collection extracted from the heap.
|
class |
ExtractedMap
An abstract class representing a map extracted from the heap.
|
Modifier and Type | Method and 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,
String specificClass,
ICollectionExtractor preferredExtractor)
Extracts from the heap the content of objects which represent a
collection.
|