static class SortedMultisets.NavigableElementSet<E> extends SortedMultisets.ElementSet<E> implements java.util.NavigableSet<E>
SortedMultiset.elementSet().| Constructor and Description |
|---|
NavigableElementSet(SortedMultiset<E> multiset) |
| Modifier and Type | Method and Description |
|---|---|
E |
ceiling(E e) |
java.util.Iterator<E> |
descendingIterator() |
java.util.NavigableSet<E> |
descendingSet() |
E |
floor(E e) |
java.util.NavigableSet<E> |
headSet(E toElement,
boolean inclusive) |
E |
higher(E e) |
E |
lower(E e) |
E |
pollFirst() |
E |
pollLast() |
java.util.NavigableSet<E> |
subSet(E fromElement,
boolean fromInclusive,
E toElement,
boolean toInclusive) |
java.util.NavigableSet<E> |
tailSet(E fromElement,
boolean inclusive) |
comparator, first, headSet, iterator, last, multiset, subSet, tailSetclear, contains, containsAll, isEmpty, remove, sizeremoveAll, retainAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitNavigableElementSet(SortedMultiset<E> multiset)
@CheckForNull public E ceiling(E e)
ceiling in interface java.util.NavigableSet<E>@CheckForNull public E higher(E e)
higher in interface java.util.NavigableSet<E>public java.util.NavigableSet<E> descendingSet()
descendingSet in interface java.util.NavigableSet<E>public java.util.Iterator<E> descendingIterator()
descendingIterator in interface java.util.NavigableSet<E>@CheckForNull public E pollFirst()
pollFirst in interface java.util.NavigableSet<E>@CheckForNull public E pollLast()
pollLast in interface java.util.NavigableSet<E>public java.util.NavigableSet<E> subSet(E fromElement, boolean fromInclusive, E toElement, boolean toInclusive)
subSet in interface java.util.NavigableSet<E>public java.util.NavigableSet<E> headSet(E toElement, boolean inclusive)
headSet in interface java.util.NavigableSet<E>