Package com.google.common.collect
Class AbstractMapBasedMultimap.NavigableKeySet
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,Collection<V>>
AbstractMapBasedMultimap<K,V>.KeySet
AbstractMapBasedMultimap<K,V>.SortedKeySet
com.google.common.collect.AbstractMapBasedMultimap.NavigableKeySet
- All Implemented Interfaces:
Iterable<K>,Collection<K>,NavigableSet<K>,Set<K>,SortedSet<K>
- Enclosing class:
- AbstractMapBasedMultimap<K,
V>
class AbstractMapBasedMultimap.NavigableKeySet
extends AbstractMapBasedMultimap<K,V>.SortedKeySet
implements NavigableSet<K>
-
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.AbstractMapBasedMultimap.SortedKeySet
comparator, first, lastMethods inherited from class com.google.common.collect.AbstractMapBasedMultimap.KeySet
clear, containsAll, equals, hashCode, iterator, remove, spliteratorMethods inherited from class com.google.common.collect.Maps.KeySet
contains, forEach, isEmpty, map, sizeMethods inherited from class com.google.common.collect.Sets.ImprovedAbstractSet
removeAll, retainAllMethods 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
-
sortedMap
NavigableMap<K,Collection<V>> sortedMap()- Overrides:
sortedMapin classAbstractMapBasedMultimap<K,V>.SortedKeySet
-
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>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<K>- Specified by:
headSetin interfaceSortedSet<K>- Overrides:
headSetin classAbstractMapBasedMultimap<K,V>.SortedKeySet
-
headSet
- Specified by:
headSetin interfaceNavigableSet<K>
-
subSet
- Specified by:
subSetin interfaceNavigableSet<K>- Specified by:
subSetin interfaceSortedSet<K>- Overrides:
subSetin classAbstractMapBasedMultimap<K,V>.SortedKeySet
-
subSet
public NavigableSet<K> subSet(K fromElement, boolean fromInclusive, K toElement, boolean toInclusive) - Specified by:
subSetin interfaceNavigableSet<K>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<K>- Specified by:
tailSetin interfaceSortedSet<K>- Overrides:
tailSetin classAbstractMapBasedMultimap<K,V>.SortedKeySet
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<K>
-