org.mapdb / BTreeMapJava / BinaryGet

BinaryGet

open class BinaryGet<K : Any, V : Any> : StoreBinaryGetLong


Constructors

<init> BinaryGet(keySerializer: GroupSerializer<K>, valueSerializer: GroupSerializer<V>, comparator: Comparator<K>, key: K)

Functions

get open fun get(input: DataInput2, size: Int): Long