| Class | Description |
|---|---|
| GenericExtendedSet<T extends Comparable<T>> |
ExtendedSet-based class internally managed by an instance of any
class implementing Collection |
| IndexedSet<T> |
An
ExtendedSet implementation that maps each element of the universe (i.e., the collection of all possible elements) to an integer referred to as its "index". |
| IntegerSet |
This class provides a "wrapper" for any
IntSet instance in order to be used as an ExtendedSet instance. |
| LongSet |
Very similar to
ExtendedSet but for the primitive long type. |
Copyright © 2016. All rights reserved.