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 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, values
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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
Methods inherited from interface java.util.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:
comparator
in interfaceSortedMap<K,
V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-