public abstract class MapCollectionExtractorBase extends Object implements IMapExtractor
IMapExtractor.EntryObject| Constructor and Description |
|---|
MapCollectionExtractorBase(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.
|
Integer |
getCapacity(IObject coll)
Return the capacity of the collection, if applicable
|
boolean |
hasCapacity()
Check if the collection has capacity, e.g.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCollisionRatio, hasCollisionRatioextractEntries, extractEntryIds, getFillRatio, getNumberOfNotNullElements, getSize, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSizepublic boolean hasCapacity()
ICollectionExtractorhasCapacity in interface ICollectionExtractorpublic Integer getCapacity(IObject coll) throws SnapshotException
ICollectionExtractorgetCapacity in interface ICollectionExtractorSnapshotExceptionpublic Iterator<Map.Entry<IObject,IObject>> extractMapEntries(IObject coll)
IMapExtractorextractMapEntries in interface IMapExtractorcoll - - the map to extract contents from