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) |
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) |
Copyright © 2019. All rights reserved.