![]() |
0.11.4
|
A container object for set functions and processors.
Some functions come in two flavors:
reset() still results in the instantiation of a new set instance. Classes | |
| class | SetUpdateProcessor |
| Processor that updates a set. More... | |
| class | PutInto |
| Updates a set by putting the elements it receives into the set. More... | |
| class | Intersect |
| Calculates the successive intersection of a stream of sets. More... | |
| class | Union |
| Calculates the successive union of a stream of sets. More... | |
| class | PutIntoNew |
| Updates a set. More... | |
| class | IsSubsetOrEqual |
| Checks if a set is a subset of another. More... | |
| class | IsSupersetOrEqual |
| Checks if a set is a superset of another. More... | |
| class | MathSet |
| Implementation of a set with "mathematical" equality. More... | |
Static Public Attributes | |
| static final IsSubsetOrEqual | isSubsetOrEqual = new IsSubsetOrEqual() |
Single visible instance of the function IsSubsetOrEqual. | |
| static final IsSupersetOrEqual | isSupersetOrEqual = new IsSupersetOrEqual() |
Single visible instance of the function IsSupersetOrEqual. | |
Protected Member Functions | |
| Sets () | |
|
static |
Single visible instance of the function IsSubsetOrEqual.
|
static |
Single visible instance of the function IsSupersetOrEqual.