Class ForwardingNavigableSet.StandardDescendingSet

All Implemented Interfaces:
Iterable<E>, Collection<E>, NavigableSet<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>, SortedSet<E>
Enclosing class:
ForwardingNavigableSet<E>

protected class ForwardingNavigableSet.StandardDescendingSet extends Sets.DescendingSet<E>
A sensible implementation of NavigableSet.descendingSet() in terms of the other methods of NavigableSet, notably including NavigableSet.descendingIterator().

In many cases, you may wish to override ForwardingNavigableSet.descendingSet() to forward to this implementation or a subclass thereof.

Since:
12.0
  • Constructor Details

    • StandardDescendingSet

      public StandardDescendingSet()
      Constructor for use by subclasses.