Class ConcurrentSkipListSetCollectionExtractor
- java.lang.Object
-
- org.eclipse.mat.internal.collectionextract.MapCollectionExtractorBase
-
- org.eclipse.mat.internal.collectionextract.HashedMapCollectionExtractorBase
-
- org.eclipse.mat.internal.collectionextract.ConcurrentSkipListCollectionExtractor
-
- org.eclipse.mat.internal.collectionextract.ConcurrentSkipListSetCollectionExtractor
-
- All Implemented Interfaces:
ICollectionExtractor
,IMapExtractor
public class ConcurrentSkipListSetCollectionExtractor extends ConcurrentSkipListCollectionExtractor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.mat.inspections.collectionextract.IMapExtractor
IMapExtractor.EntryObject
-
-
Constructor Summary
Constructors Constructor Description ConcurrentSkipListSetCollectionExtractor(String arrayField, String keyField, String valueField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
extractEntryIds(IObject coll)
Returns the object ids (int) for all objects which are contained in the collection-
Methods inherited from class org.eclipse.mat.internal.collectionextract.ConcurrentSkipListCollectionExtractor
extractEntries, getCapacity, getCollisionRatio, getFillRatio, getNumberOfNotNullElements, getSize, hasCapacity, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
-
Methods inherited from class org.eclipse.mat.internal.collectionextract.HashedMapCollectionExtractorBase
hasCollisionRatio
-
Methods inherited from class org.eclipse.mat.internal.collectionextract.MapCollectionExtractorBase
extractMapEntries
-
-
-
-
Method Detail
-
extractEntryIds
public int[] extractEntryIds(IObject coll) throws SnapshotException
Description copied from interface:ICollectionExtractor
Returns the object ids (int) for all objects which are contained in the collection- Specified by:
extractEntryIds
in interfaceICollectionExtractor
- Overrides:
extractEntryIds
in classConcurrentSkipListCollectionExtractor
- Parameters:
coll
- - the collection to find the objects it holds- Returns:
- an array of ints which are the object ids.
- Throws:
SnapshotException
- if there is a problem retrieving data from the snapshot- See Also:
ICollectionExtractor.hasExtractableContents()
-
-