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, wait
getCollisionRatio, hasCollisionRatio
extractEntries, extractEntryIds, getFillRatio, getNumberOfNotNullElements, getSize, hasExtractableArray, hasExtractableContents, hasFillRatio, hasSize
public boolean hasCapacity()
ICollectionExtractor
hasCapacity
in interface ICollectionExtractor
public Integer getCapacity(IObject coll) throws SnapshotException
ICollectionExtractor
getCapacity
in interface ICollectionExtractor
SnapshotException
public Iterator<Map.Entry<IObject,IObject>> extractMapEntries(IObject coll)
IMapExtractor
extractMapEntries
in interface IMapExtractor
coll
- - the map to extract contents from