hunt.collection.TreeSet

Undocumented in source.

Members

Classes

TreeSet
class TreeSet(E)

A {@link NavigableSet} implementation based on a {@link TreeMap}. The elements are ordered using their {@linkplain Comparable natural ordering}, or by a {@link Comparator} provided at set creation time, depending on which constructor is used.

Meta