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>

A Set that further provides a total ordering on its elements. The elements are ordered using their 登录查看完整内容