Uses of Interface
org.eclipse.mat.inspections.collectionextract.IMapExtractor
-
Packages that use IMapExtractor Package Description org.eclipse.mat.inspections.collectionextract Code for reading data from collections found in a snapshot.org.eclipse.mat.internal.collectionextract Code for reading data from collections found in a snapshot. -
-
Uses of IMapExtractor in org.eclipse.mat.inspections.collectionextract
Methods in org.eclipse.mat.inspections.collectionextract with parameters of type IMapExtractor Modifier and Type Method Description 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 Constructor Description ExtractedMap(IObject coll, IMapExtractor extractor)
-
Uses of IMapExtractor in org.eclipse.mat.internal.collectionextract
-