Package tools.refinery.store.map
Class IteratorAsCursor<K,V>
java.lang.Object
tools.refinery.store.map.IteratorAsCursor<K,V>
- All Implemented Interfaces:
Cursor<K,
V>
-
Constructor Details
-
IteratorAsCursor
-
-
Method Details
-
getKey
-
getValue
-
isTerminated
public boolean isTerminated()- Specified by:
isTerminated
in interfaceCursor<K,
V>
-
move
public boolean move() -
isDirty
public boolean isDirty() -
getDependingMaps
- Specified by:
getDependingMaps
in interfaceCursor<K,
V>
-