Package | Description |
---|---|
org.mapdb |
Modifier and Type | Method and Description |
---|---|
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.headMap(K toKey) |
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.headMap(K toKey,
boolean inclusive) |
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.subMap(K fromKey,
K toKey) |
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.tailMap(K fromKey) |
BTreeMapJava.SubMap<K,V> |
BTreeMapJava.SubMap.tailMap(K fromKey,
boolean inclusive) |
Copyright © 2018. All Rights Reserved.