public class TreeSetArrayCollectionExtractor extends TreeSetCollectionExtractor
IMapExtractor.EntryObject
Constructor and Description |
---|
TreeSetArrayCollectionExtractor(String sizeField,
String keyField,
String valueField) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<IObject,IObject>> |
extractMapEntries(IObject coll)
Extracts the contents of a map (i.e.
|
extractEntries, extractEntryIds, getCapacity, getCollisionRatio, getFillRatio, getNumberOfNotNullElements, getSize, hasCapacity, hasCollisionRatio, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
public Iterator<Map.Entry<IObject,IObject>> extractMapEntries(IObject coll) throws SnapshotException
IMapExtractor
extractMapEntries
in interface IMapExtractor
extractMapEntries
in class HashSetCollectionExtractor
coll
- - the map to extract contents fromSnapshotException