Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedNavigableSet
java.lang.Object
java.util.AbstractCollection<V>
AbstractMapBasedMultimap<K,V>.WrappedCollection
AbstractMapBasedMultimap<K,V>.WrappedSortedSet
com.google.common.collect.AbstractMapBasedMultimap.WrappedNavigableSet
- All Implemented Interfaces:
Iterable<V>,Collection<V>,NavigableSet<V>,Set<V>,SortedSet<V>
- Enclosing class:
- AbstractMapBasedMultimap<K,
V>
class AbstractMapBasedMultimap.WrappedNavigableSet
extends AbstractMapBasedMultimap<K,V>.WrappedSortedSet
implements NavigableSet<V>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator -
Field Summary
Fields inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
ancestor, ancestorDelegate, delegate, key -
Constructor Summary
ConstructorsConstructorDescriptionWrappedNavigableSet(K key, NavigableSet<V> delegate, AbstractMapBasedMultimap<K, V>.WrappedCollection ancestor) -
Method Summary
Modifier and TypeMethodDescription(package private) NavigableSet<V>pollLast()private NavigableSet<V>wrap(NavigableSet<V> wrapped) Methods inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedSortedSet
comparator, first, headSet, last, subSet, tailSetMethods inherited from class com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeAll, removeIfEmpty, retainAll, size, spliterator, toStringMethods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArrayMethods 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
headSet, iterator, subSet, tailSetMethods 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
-
getSortedSetDelegate
NavigableSet<V> getSortedSetDelegate()- Overrides:
getSortedSetDelegatein classAbstractMapBasedMultimap<K,V>.WrappedSortedSet
-
lower
- Specified by:
lowerin interfaceNavigableSet<V>
-
floor
- Specified by:
floorin interfaceNavigableSet<V>
-
ceiling
- Specified by:
ceilingin interfaceNavigableSet<V>
-
higher
- Specified by:
higherin interfaceNavigableSet<V>
-
pollFirst
- Specified by:
pollFirstin interfaceNavigableSet<V>
-
pollLast
- Specified by:
pollLastin interfaceNavigableSet<V>
-
descendingSet
- Specified by:
descendingSetin interfaceNavigableSet<V>
-
descendingIterator
- Specified by:
descendingIteratorin interfaceNavigableSet<V>
-
subSet
public NavigableSet<V> subSet(V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) - Specified by:
subSetin interfaceNavigableSet<V>
-
headSet
- Specified by:
headSetin interfaceNavigableSet<V>
-
tailSet
- Specified by:
tailSetin interfaceNavigableSet<V>
-