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
public class TreeSetCollectionExtractor extends HashSetCollectionExtractor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.mat.inspections.collectionextract.IMapExtractor
IMapExtractor.EntryObject
-
-
Constructor Summary
Constructors Constructor Description TreeSetCollectionExtractor(java.lang.String sizeField, java.lang.String keyField, java.lang.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
-
-