|
Class Summary |
| ActualHashSet |
The ActualHashSet class is an implementation of a MuTable set that can contain arbitrary
Heapers. |
| EmptyImmuSet |
|
| HashSet |
MuSet based on the the hashForEqual method for set elements. |
| ImmuSet |
ImmuSets are ScruSets which are guaranteed never to change. |
| ImmuSetOnMu |
Implementation of ImmuSet by delegating to an internal MuSet which actually
holds the members of the set. |
| MuSet |
MuSets are a changable collection of elements. |
| ScruSet |
X++ has three basic kinds of collection classes. |
| SetAccumulator |
A SetAccumulator accumulates a bunch of objects and then makes an ImmuSet containing all
the accumulated objects. |
| TinyImmuSet |
This is an efficient implementation of ImmuSets for one element sets. |
| UnionRecruiter |
Like a SetAccumulator, a UnionRecruiter makes an ImmuSet out of the things that it
Accumulates. |