org.mapdb / BTreeMapJava

BTreeMapJava

open class BTreeMapJava

Java code for BTreeMap. Mostly performance sensitive code.



Types

BinaryGet open class BinaryGet<K : Any, V : Any> : StoreBinaryGetLong
ConcurrentNavigableMap2 interface ConcurrentNavigableMap2<K : Any, V : Any> : ConcurrentNavigableMap<K, V>
KeySet class KeySet<E : Any> : AbstractSet<E>, NavigableSet<E>, Closeable, Serializable
Node open class Node
NodeSerializer open class NodeSerializer : Serializer<Node>

Constructors

<init> BTreeMapJava()

Java code for BTreeMap. Mostly performance sensitive code.

Properties

COMPARABLE_COMPARATOR static val COMPARABLE_COMPARATOR: Comparator<Any>