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

    • getFromValue

      V getFromValue()
    • getToValue

      V getToValue()