cc.squirreljme.runtime.cldc.util.SortedTreeSet

This is a sorted {@link Set} which internally uses a red-black tree to sort the entries. The algorithm is derived from Robert Sedgewick's (of Princeton University) 2008 variant of Red-Black Trees called Left Leaning Red-Black Trees.