hunt.collection.SortedSet

Undocumented in source.

Members

Interfaces

SortedSet
interface SortedSet(E)

A {@link Set} that further provides a <i>total ordering</i> on its elements. The elements are ordered using their {@linkplain Comparable natural ordering}, or by a {@link Comparator} typically provided at sorted set creation time. The set's iterator will traverse the set in ascending element order. Several additional operations are provided to take advantage of the ordering. (This interface is the set analogue of {@link SortedMap}.)

Meta