Class SortedMapAdapter<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
com.github.andrewoma.dexx.collection.internal.adapter.MapAdapter<K,V>
com.github.andrewoma.dexx.collection.internal.adapter.SortedMapAdapter<K,V>
- All Implemented Interfaces:
Map<K,V>, SequencedMap<K, V>, SortedMap<K, V>
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MapAdapter
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class AbstractMap
clone, equals, hashCode, toStringMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeMethods inherited from interface SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Field Details
-
map
-
-
Constructor Details
-
SortedMapAdapter
-
-
Method Details
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-