Class ReversedSequencedSetView<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.jhotdraw8.icollection.sequenced.ReversedSequencedSetView<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, SequencedCollection<E>, SequencedSet<E>, Set<E>

public class ReversedSequencedSetView<E> extends AbstractSet<E> implements SequencedSet<E>
Provides a reversed view on a SequencedSet.