public class UnmodifiableSortedMap<K,V> extends UnmodifiableMap<K,V> implements java.util.SortedMap<K,V>
delegate| Constructor and Description |
|---|
UnmodifiableSortedMap(java.util.SortedMap<K,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super K> |
comparator() |
K |
firstKey() |
protected java.util.SortedMap<K,V> |
getSortedMap() |
java.util.SortedMap<K,V> |
headMap(K toKey) |
K |
lastKey() |
java.util.SortedMap<K,V> |
subMap(K fromKey,
K toKey) |
java.util.SortedMap<K,V> |
tailMap(K fromKey) |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values