get

fun get(key: Key): Variant?

The current version of key, or null if it is absent or deleted.


fun get(key: Key, snapshot: Snapshot): Variant?

The version of key that snapshot sees, or null if it was absent or deleted then.