org.mapdb / Pump / Sink

Sink

abstract class Sink<E, R>


Constructors

<init> Sink()

Functions

create abstract fun create(): R
put abstract fun put(e: E): Unit
putAll fun putAll(i: Iterable<E>): Unit
fun putAll(i: Iterator<E>): Unit

Inheritors

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