Interface TNavigableSet<E>

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

public interface TNavigableSet<E> extends TSortedSet<E>