Package org.teavm.classlib.java.util
Interface TNavigableMap<K,V>
- Type Parameters:
K
-V
-
- All Superinterfaces:
TMap<K,V>
,TSortedMap<K,V>
- All Known Implementing Classes:
TTreeMap
- Author:
- Alexey Andreev
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.TMap
TMap.Entry<K1,V1>
-
Method Summary
Modifier and TypeMethodDescriptionTMap.Entry<K,V>
ceilingEntry(K key)
ceilingKey(K key)
TNavigableMap<K,V>
TMap.Entry<K,V>
TMap.Entry<K,V>
floorEntry(K key)
TNavigableMap<K,V>
TMap.Entry<K,V>
higherEntry(K key)
TMap.Entry<K,V>
TMap.Entry<K,V>
lowerEntry(K key)
TMap.Entry<K,V>
TMap.Entry<K,V>
TNavigableMap<K,V>
TNavigableMap<K,V>
Methods inherited from interface org.teavm.classlib.java.util.TMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
Methods inherited from interface org.teavm.classlib.java.util.TSortedMap
comparator, firstKey, headMap, lastKey, subMap, tailMap
-
Method Details
-
lowerEntry
-
lowerKey
-
floorEntry
-
floorKey
-
ceilingEntry
-
ceilingKey
-
higherEntry
-
higherKey
-
firstEntry
TMap.Entry<K,V> firstEntry() -
lastEntry
TMap.Entry<K,V> lastEntry() -
pollFirstEntry
TMap.Entry<K,V> pollFirstEntry() -
pollLastEntry
TMap.Entry<K,V> pollLastEntry() -
descendingMap
TNavigableMap<K,V> descendingMap() -
descendingKeySet
TNavigableSet<K> descendingKeySet() -
subMap
-
headMap
-
tailMap
-