| Package | Description |
|---|---|
| org.eclipse.mat.inspections.collectionextract |
| Modifier and Type | Method and Description |
|---|---|
static ExtractedMap |
CollectionExtractionUtils.extractMap(IObject collection)
Extracts from the heap the content of objects which represent a Map.
|
static ExtractedMap |
CollectionExtractionUtils.extractMap(IObject collection,
String specificClass,
IMapExtractor preferredExtractor)
Extracts from the heap the content of objects which represent a Map.
|