K
- V
- public interface TNavigableMap<K,V> extends TSortedMap<K,V>
TMap.Entry<K1,V1>
Modifier and Type | Method and Description |
---|---|
TMap.Entry<K,V> |
ceilingEntry(K key) |
K |
ceilingKey(K key) |
TNavigableSet<K> |
descendingKeySet() |
TNavigableMap<K,V> |
descendingMap() |
TMap.Entry<K,V> |
firstEntry() |
TMap.Entry<K,V> |
floorEntry(K key) |
K |
floorKey(K key) |
TNavigableMap<K,V> |
headMap(K toKey,
boolean inclusive) |
TMap.Entry<K,V> |
higherEntry(K key) |
K |
higherKey(K key) |
TMap.Entry<K,V> |
lastEntry() |
TMap.Entry<K,V> |
lowerEntry(K key) |
K |
lowerKey(K key) |
TNavigableSet<K> |
navigableKeySet() |
TMap.Entry<K,V> |
pollFirstEntry() |
TMap.Entry<K,V> |
pollLastEntry() |
TNavigableMap<K,V> |
subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
TNavigableMap<K,V> |
tailMap(K fromKey,
boolean inclusive) |
comparator, firstKey, headMap, lastKey, subMap, tailMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, size, values
TMap.Entry<K,V> lowerEntry(K key)
TMap.Entry<K,V> floorEntry(K key)
TMap.Entry<K,V> ceilingEntry(K key)
TMap.Entry<K,V> higherEntry(K key)
TMap.Entry<K,V> firstEntry()
TMap.Entry<K,V> lastEntry()
TMap.Entry<K,V> pollFirstEntry()
TMap.Entry<K,V> pollLastEntry()
TNavigableMap<K,V> descendingMap()
TNavigableSet<K> navigableKeySet()
TNavigableSet<K> descendingKeySet()
TNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
TNavigableMap<K,V> headMap(K toKey, boolean inclusive)
TNavigableMap<K,V> tailMap(K fromKey, boolean inclusive)
Copyright © 2019. All rights reserved.