SortedSet
Interface SortedSet<E>
- Type Parameters:
-
E
- the type of elements maintained by this set
- All Superinterfaces:
- Collection<E>, Iterable<E>, Set<E>
- All Known Subinterfaces:
- NavigableSet<E>
- All Known Implementing Classes:
- ConcurrentSkipListSet, TreeSet
public interface SortedSet<E> extends Set<E>