Interface DiffCursor<K,V>

All Superinterfaces:
Cursor<K,V>
All Known Implementing Classes:
DeltaDiffCursor, MapDiffCursor

public interface DiffCursor<K,V> extends Cursor<K,V>
  • Method Details Link icon

    • getFromValue Link icon

      V getFromValue()
    • getToValue Link icon

      V getToValue()