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
FieldsFields inherited from class UnmodifiableMap
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class UnmodifiableMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods 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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UnmodifiableSortedMap
-
-
Method Details
-
getSortedMap
-
comparator
- Specified by:
comparatorin interfaceSortedMap<K,V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-