@GwtIncompatible(value="NavigableSet") class AbstractMapBasedMultimap.WrappedNavigableSet extends AbstractMapBasedMultimap.WrappedSortedSet implements java.util.NavigableSet<V>
AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
ancestor, ancestorDelegate, delegate, key
Constructor and Description |
---|
WrappedNavigableSet(K key,
java.util.NavigableSet<V> delegate,
AbstractMapBasedMultimap.WrappedCollection ancestor) |
Modifier and Type | Method and Description |
---|---|
V |
ceiling(V v) |
java.util.Iterator<V> |
descendingIterator() |
java.util.NavigableSet<V> |
descendingSet() |
V |
floor(V v) |
(package private) java.util.NavigableSet<V> |
getSortedSetDelegate() |
java.util.NavigableSet<V> |
headSet(V toElement,
boolean inclusive) |
V |
higher(V v) |
V |
lower(V v) |
V |
pollFirst() |
V |
pollLast() |
java.util.NavigableSet<V> |
subSet(V fromElement,
boolean fromInclusive,
V toElement,
boolean toInclusive) |
java.util.NavigableSet<V> |
tailSet(V fromElement,
boolean inclusive) |
private java.util.NavigableSet<V> |
wrap(java.util.NavigableSet<V> wrapped) |
comparator, first, headSet, last, subSet, tailSet
add, addAll, addToMap, clear, contains, containsAll, equals, getAncestor, getDelegate, getKey, hashCode, iterator, refreshIfEmpty, remove, removeAll, removeIfEmpty, retainAll, size, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
WrappedNavigableSet(@Nullable K key, java.util.NavigableSet<V> delegate, @Nullable AbstractMapBasedMultimap.WrappedCollection ancestor)
java.util.NavigableSet<V> getSortedSetDelegate()
getSortedSetDelegate
in class AbstractMapBasedMultimap.WrappedSortedSet
public java.util.NavigableSet<V> descendingSet()
descendingSet
in interface java.util.NavigableSet<V>
public java.util.Iterator<V> descendingIterator()
descendingIterator
in interface java.util.NavigableSet<V>
public java.util.NavigableSet<V> subSet(V fromElement, boolean fromInclusive, V toElement, boolean toInclusive)
subSet
in interface java.util.NavigableSet<V>
public java.util.NavigableSet<V> headSet(V toElement, boolean inclusive)
headSet
in interface java.util.NavigableSet<V>