Class MapDiffCursor<K,V>

java.lang.Object
tools.refinery.store.map.internal.state.MapDiffCursor<K,V>
All Implemented Interfaces:
Cursor<K,V>, DiffCursor<K,V>

public class MapDiffCursor<K,V> extends Object implements DiffCursor<K,V>, Cursor<K,V>
A cursor representing the difference between two states of a map.