Package com.google.common.collect
Class AbstractMapBasedMultimap.WrappedNavigableSet
java.lang.Object
java.util.AbstractCollection<V>
AbstractMapBasedMultimap<K,V>.com.google.common.collect.AbstractMapBasedMultimap.WrappedCollection
AbstractMapBasedMultimap<K,V>.com.google.common.collect.AbstractMapBasedMultimap.WrappedSortedSet
com.google.common.collect.AbstractMapBasedMultimap.WrappedNavigableSet
- All Implemented Interfaces:
Iterable<V>
,Collection<V>
,NavigableSet<V>
,SequencedCollection<V>
,SequencedSet<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, tailSet
Methods 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, toString
Methods inherited from class java.util.AbstractCollection
isEmpty, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.NavigableSet
headSet, iterator, removeFirst, removeLast, reversed, subSet, tailSet
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray
Methods inherited from interface java.util.SortedSet
addFirst, addLast, comparator, first, getFirst, getLast, last, spliterator
-
Constructor Details
-
Method Details
-
getSortedSetDelegate
NavigableSet<V> getSortedSetDelegate()- Overrides:
getSortedSetDelegate
in classAbstractMapBasedMultimap<K,
V>.WrappedSortedSet
-
lower
- Specified by:
lower
in interfaceNavigableSet<V>
-
floor
- Specified by:
floor
in interfaceNavigableSet<V>
-
ceiling
- Specified by:
ceiling
in interfaceNavigableSet<V>
-
higher
- Specified by:
higher
in interfaceNavigableSet<V>
-
pollFirst
- Specified by:
pollFirst
in interfaceNavigableSet<V>
-
pollLast
- Specified by:
pollLast
in interfaceNavigableSet<V>
-
descendingSet
- Specified by:
descendingSet
in interfaceNavigableSet<V>
-
descendingIterator
- Specified by:
descendingIterator
in interfaceNavigableSet<V>
-
subSet
public NavigableSet<V> subSet(V fromElement, boolean fromInclusive, V toElement, boolean toInclusive) - Specified by:
subSet
in interfaceNavigableSet<V>
-
headSet
- Specified by:
headSet
in interfaceNavigableSet<V>
-
tailSet
- Specified by:
tailSet
in interfaceNavigableSet<V>
-