Contains implementations of the com.threerings.util.Set interface. You should create instances using the com.threerings.util.Sets factory.
Class | Description | |
---|---|---|
MapSet | A Set that uses a Map for backing store, thus allowing us to build on the various Maps in useful ways. | |
SetBuilder | Builds Sets. |