Class DeltaDiffCursor<K,V>
java.lang.Object
tools.refinery.store.map.internal.delta.DeltaDiffCursor<K,V>
- All Implemented Interfaces:
Cursor<K,
,V> DiffCursor<K,
V>
-
Constructor Details
-
DeltaDiffCursor
-
-
Method Details
-
getCurrentDelta
-
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>
-
getFromValue
- Specified by:
getFromValue
in interfaceDiffCursor<K,
V>
-
getToValue
- Specified by:
getToValue
in interfaceDiffCursor<K,
V>
-