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, hasSizepublic Iterator<Map.Entry<IObject,IObject>> extractMapEntries(IObject coll) throws SnapshotException
IMapExtractorextractMapEntries in interface IMapExtractorextractMapEntries in class HashSetCollectionExtractorcoll - - the map to extract contents fromSnapshotException