Package com.google.common.collect
Class ForwardingNavigableMap.StandardNavigableKeySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- com.google.common.collect.Sets.ImprovedAbstractSet<K>
-
- com.google.common.collect.Maps.KeySet<K,V>
-
- com.google.common.collect.Maps.SortedKeySet<K,V>
-
- com.google.common.collect.Maps.NavigableKeySet<K,V>
-
- com.google.common.collect.ForwardingNavigableMap.StandardNavigableKeySet
-
- All Implemented Interfaces:
java.lang.Iterable<K>
,java.util.Collection<K>
,java.util.NavigableSet<K>
,java.util.Set<K>
,java.util.SortedSet<K>
- Enclosing class:
- ForwardingNavigableMap<K,V>
protected class ForwardingNavigableMap.StandardNavigableKeySet extends Maps.NavigableKeySet<K,V>
A sensible implementation ofNavigableMap.navigableKeySet()
in terms of the methods of thisNavigableMap
. In many cases, you may wish to overrideForwardingNavigableMap.navigableKeySet()
to forward to this implementation or a subclass thereof.- Since:
- 12.0
-
-
Field Summary
-
Fields inherited from class com.google.common.collect.Maps.KeySet
map
-
-
Constructor Summary
Constructors Constructor Description StandardNavigableKeySet()
Constructor for use by subclasses.
-
Method Summary
-
Methods inherited from class com.google.common.collect.Maps.NavigableKeySet
ceiling, descendingIterator, descendingSet, floor, headSet, headSet, higher, lower, map, pollFirst, pollLast, subSet, subSet, tailSet, tailSet
-
Methods inherited from class com.google.common.collect.Maps.SortedKeySet
comparator, first, last
-
Methods inherited from class com.google.common.collect.Maps.KeySet
clear, contains, forEach, isEmpty, iterator, remove, size
-
Methods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-