| Methods in org.mapdb that return BTreeMap.DescendingMap |
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.headMap(K toKey)
|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.headMap(K toKey,
boolean inclusive)
|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive)
|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.subMap(K fromKey,
K toKey)
|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.tailMap(K fromKey)
|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.tailMap(K fromKey,
boolean inclusive)
|