Package com.google.common.collect
Class Maps.NavigableKeySet<K,V>
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>
- All Implemented Interfaces:
Iterable<K>,Collection<K>,NavigableSet<K>,Set<K>,SortedSet<K>
- Direct Known Subclasses:
ForwardingNavigableMap.StandardNavigableKeySet
- Enclosing class:
- Maps
-
Field Summary
Fields inherited from class com.google.common.collect.Maps.KeySet
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.common.collect.Maps.SortedKeySet
comparator, first, lastMethods inherited from class com.google.common.collect.Maps.KeySet
clear, contains, forEach, isEmpty, iterator, remove, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods inherited from class java.util.AbstractSet
equals, hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.NavigableSet
iteratorMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface java.util.SortedSet
comparator, first, last, spliterator
-
Constructor Details
-
Method Details
-
map
NavigableMap<K,V> map()- Overrides:
mapin classMaps.SortedKeySet<K,V>
-
lower
- Specified by:
lowerin interfaceNavigableSet<K>
-
floor
- Specified by:
floorin interfaceNavigableSet<K>
-
ceiling
- Specified by:
ceilingin interfaceNavigableSet<K>
-
higher
- Specified by:
higherin interfaceNavigableSet<K>
-
pollFirst
- Specified by:
pollFirstin interfaceNavigableSet<K>
-
pollLast
- Specified by:
pollLastin interfaceNavigableSet<K>
-
descendingSet
- Specified by:
descendingSetin interfaceNavigableSet<K>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceNavigableSet<K>
-
subSet
public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) - Specified by:
subSetin interfaceNavigableSet<K>
-
subSet
- Specified by:
subSetin interfaceNavigableSet<K>- Specified by:
subSetin interfaceSortedSet<K>- Overrides:
subSetin classMaps.SortedKeySet<K,V>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<K>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<K>- Specified by:
headSetin interfaceSortedSet<K>- Overrides:
headSetin classMaps.SortedKeySet<K,V>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<K>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<K>- Specified by:
tailSetin interfaceSortedSet<K>- Overrides:
tailSetin classMaps.SortedKeySet<K,V>
-