BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.headMap(K toKey) |
BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.headMap(K toKey,
boolean inclusive) |
BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.subMap(K fromKey,
K toKey) |
BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.tailMap(K fromKey) |
BTreeMapJava.DescendingMap<K,V> |
BTreeMapJava.DescendingMap.tailMap(K fromKey,
boolean inclusive) |