Interface TSortedSet<E>

Type Parameters:
E -
All Superinterfaces:
TCollection<E>, TIterable<E>, TSequencedCollection<E>, TSequencedSet<E>, TSet<E>
All Known Subinterfaces:
TNavigableSet<E>
All Known Implementing Classes:
TTreeSet

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