java.util.Map<K,V>
, java.util.SortedMap<K,V>
UnmodifiableTreeMap
public class UnmodifiableSortedMap<K,V> extends UnmodifiableMap<K,V> implements java.util.SortedMap<K,V>
Constructor | Description |
---|---|
UnmodifiableSortedMap(java.util.SortedMap<K,V> delegate) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Comparator<? super K> |
comparator() |
|
K |
firstKey() |
|
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, 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–2017. All rights reserved.