abstract class Sink<K, V> : Sink<<ERROR CLASS><K, V>, SortedTableMap<K, V>>
Sink()
fun put(key: K, value: V): Unit
abstract fun create(): R