Class TreeSetArrayCollectionExtractor
java.lang.Object
org.eclipse.mat.internal.collectionextract.HashSetCollectionExtractor
org.eclipse.mat.internal.collectionextract.TreeSetCollectionExtractor
org.eclipse.mat.internal.collectionextract.TreeSetArrayCollectionExtractor
- All Implemented Interfaces:
ICollectionExtractor
,IMapExtractor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.mat.inspections.collectionextract.IMapExtractor
IMapExtractor.EntryObject
-
Constructor Summary
ConstructorDescriptionTreeSetArrayCollectionExtractor
(String sizeField, String keyField, String valueField) -
Method Summary
Methods inherited from class org.eclipse.mat.internal.collectionextract.HashSetCollectionExtractor
extractEntries, extractEntryIds, getCapacity, getCollisionRatio, getFillRatio, getNumberOfNotNullElements, getSize, hasCapacity, hasCollisionRatio, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
-
Constructor Details
-
TreeSetArrayCollectionExtractor
-
-
Method Details
-
extractMapEntries
public Iterator<Map.Entry<IObject,IObject>> extractMapEntries(IObject coll) throws SnapshotException Description copied from interface:IMapExtractor
Extracts the contents of a map (i.e. an IObject representing a Map) and provides an Iterator over them- Specified by:
extractMapEntries
in interfaceIMapExtractor
- Overrides:
extractMapEntries
in classHashSetCollectionExtractor
- Parameters:
coll
- - the map to extract contents from- Returns:
- an Iterator over the entries. If the original Map had an Entry object, the content of the iterator would usually be EntryObject
- Throws:
SnapshotException
-