Serializable
, Map<K,V>
, SortedMap<K,V>
UnmodifiableTreeMap
public class UnmodifiableSortedMap<K,V> extends UnmodifiableMap<K,V> implements SortedMap<K,V>
Constructor | Description |
---|---|
UnmodifiableSortedMap(SortedMap<K,V> delegate) |
Modifier and Type | Method | 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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size
Copyright © 2004–2019. All rights reserved.