Package | Description |
---|---|
org.eclipse.mat.inspections.collectionextract | |
org.eclipse.mat.internal.collectionextract |
Modifier and Type | Method and Description |
---|---|
static ExtractedMap |
CollectionExtractionUtils.extractMap(IObject collection,
String specificClass,
IMapExtractor preferredExtractor)
Extracts from the heap the content of objects which represent a Map.
|
Constructor and Description |
---|
ExtractedMap(IObject coll,
IMapExtractor extractor) |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentHashMapCollectionExtractor |
class |
ConcurrentSkipListCollectionExtractor |
class |
ConcurrentSkipListSetCollectionExtractor |
class |
EmptyMapExtractor |
class |
HashedMapCollectionExtractorBase |
class |
HashMapCollectionExtractor |
class |
HashSetCollectionExtractor |
class |
IdentityHashMapCollectionExtractor
Info for IdentityHashMaps These are stored as key/value pairs in an array
|
class |
KeySetCollectionExtractor |
class |
MapCollectionExtractorBase |
class |
SingletonMapExtractor |
class |
TreeMapArrayCollectionExtractor |
class |
TreeMapCollectionExtractor |
class |
TreeSetArrayCollectionExtractor |
class |
TreeSetCollectionExtractor |
class |
WrapperMapExtractor |