public class UnmodifiableSortedMap<K,V> extends UnmodifiableMap<K,V> implements SortedMap<K,V>
| Constructor and Description |
|---|
UnmodifiableSortedMap(SortedMap<K,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super K> |
comparator() |
K |
firstKey() |
SortedMap<K,V> |
headMap(K toKey) |
K |
lastKey() |
SortedMap<K,V> |
subMap(K fromKey,
K toKey) |
SortedMap<K,V> |
tailMap(K fromKey) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeCopyright © 2004–2022. All rights reserved.