Interface VersionedMap<K,V>

All Superinterfaces:
AnyVersionedMap, Versioned
All Known Implementing Classes:
VersionedMapDeltaImpl, VersionedMapStateImpl

public non-sealed interface VersionedMap<K,V> extends AnyVersionedMap
  • Method Details

    • getDefaultValue

      V getDefaultValue()
    • get

      V get(K key)
    • getAll

      Cursor<K,V> getAll()
    • put

      V put(K key, V value)
    • putAll

      void putAll(Cursor<K,V> cursor)
    • getDiffCursor

      DiffCursor<K,V> getDiffCursor(Version state)