Uses of Interface
org.eclipse.mat.inspections.collectionextract.IMapExtractor

Packages that use IMapExtractor
org.eclipse.mat.inspections.collectionextract   
org.eclipse.mat.internal.collectionextract   
 

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

Methods in org.eclipse.mat.inspections.collectionextract with parameters of type IMapExtractor
static ExtractedMap CollectionExtractionUtils.extractMap(IObject collection, String specificClass, IMapExtractor preferredExtractor)
          Extracts from the heap the content of objects which represent a Map.
 

Constructors in org.eclipse.mat.inspections.collectionextract with parameters of type IMapExtractor
ExtractedMap(IObject coll, IMapExtractor extractor)
           
 

Uses of IMapExtractor in org.eclipse.mat.internal.collectionextract
 

Classes in org.eclipse.mat.internal.collectionextract that implement IMapExtractor
 class ConcurrentHashMapCollectionExtractor
           
 class ConcurrentSkipListCollectionExtractor
           
 class EmptyMapExtractor
           
 class HashedMapCollectionExtractorBase
           
 class HashMapCollectionExtractor
           
 class HashSetCollectionExtractor
           
 class IdentityHashMapCollectionExtractor
          Info for IdentityHashMaps These are stored as key/value pairs in an array
 class MapCollectionExtractorBase
           
 class SingletonMapExtractor
           
 class TreeMapCollectionExtractor
           
 class WrapperMapExtractor