Table 5.23. ooRexx Relation Class
| Object | |
| ↓ | |
| Relation | |
| + MapCollection | |
new | |
allAt allIndex allIndexes allItems at, [] difference empty hasIndex hasItem index intersection isEmpty |
items makeArray put, []= remove removeAll removeItem subset supplier union uniqueIndexes xor |
Note
| [] | equivalent | put |
| []= | hasIndex | subset |
| allIndexes | hasItem | supplier |
| allItems | index | union |
| at | intersection | xor |
| difference | items | |
| disjoint | makeArray |
| putAll |