Package org.teavm.classlib.java.util
Interface TSortedMap<K,V>
- Type Parameters:
K
-V
-
- All Superinterfaces:
TMap<K,V>
- All Known Subinterfaces:
TNavigableMap<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 TypeMethodDescriptionTComparator<? super K>
firstKey()
TSortedMap<K,V>
lastKey()
TSortedMap<K,V>
TSortedMap<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
-
Method Details
-
comparator
TComparator<? super K> comparator() -
subMap
-
headMap
-
tailMap
-
firstKey
K firstKey() -
lastKey
K lastKey()
-