Table 5.24. ooRexx Set Class
| Object | |
| ↓ | |
| Table | |
| + MapCollection | |
| ↓ | |
| Set | |
| + SetCollection | |
of | |
hasItem intersection put, []= putAll |
subset union xor |
Note
| [] | equivalent | put |
| []= | hasIndex | subset |
| allIndexes | hasItem | supplier |
| allItems | index | union |
| at | intersection | xor |
| difference | items | |
| disjoint | makeArray |
| putAll |
| new (Class Method) | hasIndex | put |
| allIndexes | hasItem | []= |
| allItems | index | remove |
| at | isEmpty | removeItem |
| [] | items | supplier |
| empty | makeArray |