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> SortedMap<K,
V>
- Direct Known Subclasses:
UnmodifiableTreeMap
An unmodifiable view of a SortedMap.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
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 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
-
UnmodifiableSortedMap
-
-
Method Details
-
comparator
- Specified by:
comparator
in interfaceSortedMap<K,
V>
-
subMap
-
headMap
-
tailMap
-
firstKey
-
lastKey
-