| Modifier and Type | Method and Description |
|---|---|
Map.Entry<K,V> |
ceilingEntry(K key) |
K |
ceilingKey(K key) |
NavigableSet<K> |
descendingKeySet() |
NavigableMap<K,V> |
descendingMap() |
Map.Entry<K,V> |
firstEntry() |
Map.Entry<K,V> |
floorEntry(K key) |
K |
floorKey(K key) |
NavigableMap<K,V> |
headMap(K endKey,
boolean inclusive) |
Map.Entry<K,V> |
higherEntry(K key) |
K |
higherKey(K key) |
Map.Entry<K,V> |
lastEntry() |
Map.Entry<K,V> |
lowerEntry(K key) |
K |
lowerKey(K key) |
NavigableSet<K> |
navigableKeySet() |
Map.Entry<K,V> |
pollFirstEntry() |
Map.Entry<K,V> |
pollLastEntry() |
NavigableMap<K,V> |
subMap(K startKey,
boolean startInclusive,
K endKey,
boolean endInclusive) |
NavigableMap<K,V> |
tailMap(K startKey,
boolean inclusive) |
comparator, firstKey, headMap, lastKey, subMap, tailMapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesNavigableSet<K> navigableKeySet()
NavigableMap<K,V> descendingMap()
NavigableSet<K> descendingKeySet()
NavigableMap<K,V> subMap(K startKey, boolean startInclusive, K endKey, boolean endInclusive)
NavigableMap<K,V> headMap(K endKey, boolean inclusive)
NavigableMap<K,V> tailMap(K startKey, boolean inclusive)
Copyright © 2026. All rights reserved.