java.lang.Object
swim.structure.collections.ValueMap<K,V>
swim.structure.collections.ValueSortedMap<K,V>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionComparator<? super K>firstKey()inner()<K2> ValueSortedMap<K2,V> <K2> ValueSortedMap<K2,V> lastKey()<V2> ValueSortedMap<K,V2> valueClass(Class<V2> valueClass) <V2> ValueSortedMap<K,V2> Methods inherited from class swim.structure.collections.ValueMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keyForm, keySet, put, putAll, remove, size, toString, valueForm, valuesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
-
Constructor Details
-
ValueSortedMap
-
-
Method Details
-
inner
-
keyForm
-
keyClass
-
valueForm
-
valueClass
- Overrides:
valueClassin classValueMap<K,V>
-
firstKey
-
lastKey
-
headMap
-
tailMap
-
subMap
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-