Package org.teavm.classlib.java.util
Interface TSortedMap<K,V>
- Type Parameters:
K
-V
-
- All Superinterfaces:
TMap<K,
,V> TSequencedMap<K,
V>
- All Known Subinterfaces:
TNavigableMap<K,
V>
- All Known Implementing Classes:
TTreeMap
-
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, replaceAll, size, values
Methods inherited from interface org.teavm.classlib.java.util.TSequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, putFirst, putLast, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Method Details
-
comparator
TComparator<? super K> comparator() -
subMap
-
headMap
-
tailMap
-
firstKey
K firstKey() -
lastKey
K lastKey()
-