Definitions for "TreeSet"
class no a SortedSet using a Red-Black tree. Allows ordered access, but no access by key. Slower than HashSet.