Class TreeSetCollectionExtractor
java.lang.Object
org.eclipse.mat.internal.collectionextract.HashSetCollectionExtractor
org.eclipse.mat.internal.collectionextract.TreeSetCollectionExtractor
- All Implemented Interfaces:
ICollectionExtractor
,IMapExtractor
- Direct Known Subclasses:
TreeSetArrayCollectionExtractor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.mat.inspections.collectionextract.IMapExtractor
IMapExtractor.EntryObject
-
Constructor Summary
ConstructorDescriptionTreeSetCollectionExtractor
(String sizeField, String keyField, String valueField) -
Method Summary
Methods inherited from class org.eclipse.mat.internal.collectionextract.HashSetCollectionExtractor
extractEntries, extractEntryIds, extractMapEntries, getCapacity, getCollisionRatio, getFillRatio, getNumberOfNotNullElements, getSize, hasCapacity, hasCollisionRatio, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
-
Constructor Details
-
TreeSetCollectionExtractor
-