ObjectBacked

interface ObjectBacked<K, V>(source)

Minimal mutable key/value view needed by the delegates.

Implementations are expected to preserve unknown fields in their raw snapshot.

Properties

Link copied to clipboard
abstract val codec: BackingCodec<V>

Functions

Link copied to clipboard
abstract fun getElement(key: K): V?
Link copied to clipboard
abstract fun putElement(key: K, value: V)
Link copied to clipboard
abstract fun removeElement(key: K)