Class Pair12CollectionExtractor
java.lang.Object
org.eclipse.mat.internal.collectionextract.PairCollectionExtractor
org.eclipse.mat.internal.collectionextract.Pair12CollectionExtractor
- All Implemented Interfaces:
ICollectionExtractor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
extractEntryIds
(IObject coll) Returns the object ids (int) for all objects which are contained in the collectionExtract the size of the collection.Methods inherited from class org.eclipse.mat.internal.collectionextract.PairCollectionExtractor
extractEntries, getCapacity, getFillRatio, getNumberOfNotNullElements, hasCapacity, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
-
Constructor Details
-
Pair12CollectionExtractor
-
-
Method Details
-
getSize
Description copied from interface:ICollectionExtractor
Extract the size of the collection.- Specified by:
getSize
in interfaceICollectionExtractor
- Overrides:
getSize
in classPairCollectionExtractor
- Parameters:
coll
- - the collection to find the size of- Returns:
- the size, or null if not available
- Throws:
SnapshotException
- if there is a problem retrieving data from the snapshot- See Also:
-
extractEntryIds
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 classPairCollectionExtractor
- 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:
-