Class UnmodifiableSortedMap<K,V>
java.lang.Object
org.eclipse.collections.impl.UnmodifiableMap<K,V>
org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableSortedMap<K,V>
- All Implemented Interfaces:
Serializable,Map<K,,V> SequencedMap<K,,V> SortedMap<K,V>
- Direct Known Subclasses:
UnmodifiableTreeMap
An unmodifiable view of a SortedMap.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.eclipse.collections.impl.UnmodifiableMap
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.UnmodifiableMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, 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, sizeMethods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
UnmodifiableSortedMap
-
-
Method Details
-
getSortedMap
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-