| Modifier and Type | Method and Description |
|---|---|
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.headMap(K toKey) |
BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.headMap(K toKey,
boolean inclusive) |
private BTreeMap.DescendingMap<K,V> |
BTreeMap.DescendingMap.newSubMap(K toKey,
boolean toInclusive,
K fromKey,
boolean fromInclusive)
Utility to create submaps, where given bounds override
unbounded(null) ones and/or are checked against bounded ones.
|
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) |