Interface TSequencedSet<E>

All Superinterfaces:
TCollection<E>, TIterable<E>, TSequencedCollection<E>, TSet<E>
All Known Subinterfaces:
TNavigableSet<E>, TSortedSet<E>
All Known Implementing Classes:
TLinkedHashSet, TTreeSet

public interface TSequencedSet<E> extends TSequencedCollection<E>, TSet<E>