open class BTreeMapJavaJava code for BTreeMap. Mostly performance sensitive code.
| 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> |
| <init> |
BTreeMapJava()Java code for BTreeMap. Mostly performance sensitive code. |
| COMPARABLE_COMPARATOR |
static val COMPARABLE_COMPARATOR: Comparator<Any> |