| Class | Description | |
|---|---|---|
| ArraySet | This class implement the Set interface and use an ArrayMap inside. | |
| CoreSet | The basic implementation of the Set interface. | |
| HashSet | HashSet based implementation of the Set interface and use a HashMap inside. | |
| TypedSet | TypedCollection is a wrapper for Collection instances that ensures that only values of a specific type can be added to the wrapped collection. |