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