@GwtIncompatible(value="NavigableMap") static class Maps.NavigableKeySet<K,V> extends Maps.SortedKeySet<K,V> implements java.util.NavigableSet<K>
map
Constructor and Description |
---|
NavigableKeySet(java.util.NavigableMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
K |
ceiling(K e) |
java.util.Iterator<K> |
descendingIterator() |
java.util.NavigableSet<K> |
descendingSet() |
K |
floor(K e) |
java.util.SortedSet<K> |
headSet(K toElement) |
java.util.NavigableSet<K> |
headSet(K toElement,
boolean inclusive) |
K |
higher(K e) |
K |
lower(K e) |
(package private) java.util.NavigableMap<K,V> |
map() |
K |
pollFirst() |
K |
pollLast() |
java.util.NavigableSet<K> |
subSet(K fromElement,
boolean fromInclusive,
K toElement,
boolean toInclusive) |
java.util.SortedSet<K> |
subSet(K fromElement,
K toElement) |
java.util.SortedSet<K> |
tailSet(K fromElement) |
java.util.NavigableSet<K> |
tailSet(K fromElement,
boolean inclusive) |
comparator, first, last
clear, contains, isEmpty, iterator, remove, size
removeAll, retainAll
add, addAll, containsAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public java.util.NavigableSet<K> descendingSet()
descendingSet
in interface java.util.NavigableSet<K>
public java.util.Iterator<K> descendingIterator()
descendingIterator
in interface java.util.NavigableSet<K>
public java.util.NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive)
subSet
in interface java.util.NavigableSet<K>
public java.util.NavigableSet<K> headSet(K toElement, boolean inclusive)
headSet
in interface java.util.NavigableSet<K>
public java.util.NavigableSet<K> tailSet(K fromElement, boolean inclusive)
tailSet
in interface java.util.NavigableSet<K>