org.mapdb / SortedTableMap / Sink

Sink

abstract class Sink<K, V> : Sink<<ERROR CLASS><K, V>, SortedTableMap<K, V>>


Constructors

<init> Sink()

Functions

put fun put(key: K, value: V): Unit

Inherited Functions

create abstract fun create(): R