Interface Cursor<K,V>

All Known Subinterfaces:
DiffCursor<K,V>
All Known Implementing Classes:
DeltaDiffCursor, InOrderMapCursor, IteratorAsCursor, IteratorBasedCursor, MapCursor, MapDiffCursor

public interface Cursor<K,V>
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()
    • isTerminated

      boolean isTerminated()
    • move

      boolean move()
    • isDirty

      default boolean isDirty()
    • getDependingMaps

      default Set<AnyVersionedMap> getDependingMaps()