static class Maps.SortedKeySet<K,V> extends Maps.KeySet<K,V> implements java.util.SortedSet<K>
map| Constructor and Description |
|---|
SortedKeySet(java.util.SortedMap<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<? super K> |
comparator() |
K |
first() |
java.util.SortedSet<K> |
headSet(K toElement) |
K |
last() |
(package private) java.util.SortedMap<K,V> |
map() |
java.util.SortedSet<K> |
subSet(K fromElement,
K toElement) |
java.util.SortedSet<K> |
tailSet(K fromElement) |
clear, contains, forEach, isEmpty, iterator, remove, sizeremoveAll, retainAlladd, addAll, containsAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait@CheckForNull public java.util.Comparator<? super K> comparator()
comparator in interface java.util.SortedSet<K>public java.util.SortedSet<K> subSet(K fromElement, K toElement)
subSet in interface java.util.SortedSet<K>public java.util.SortedSet<K> headSet(K toElement)
headSet in interface java.util.SortedSet<K>public java.util.SortedSet<K> tailSet(K fromElement)
tailSet in interface java.util.SortedSet<K>