Class Sets.DescendingSet<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, NavigableSet<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>, SortedSet<E>
Direct Known Subclasses:
ForwardingNavigableSet.StandardDescendingSet
Enclosing class:
Sets

static class Sets.DescendingSet<E> extends ForwardingNavigableSet<E>