org.mapdb / DB / TreeMapSink

TreeMapSink

abstract class TreeMapSink<K, V> : Sink<<ERROR CLASS><K, V>, BTreeMap<K, V>>


Constructors

<init> TreeMapSink()

Functions

put fun put(key: K, value: V): Unit
putAll fun putAll(map: SortedMap<K, V>): Unit

Inherited Functions

create abstract fun create(): R