Table 5.27. ooRexx IdentityTable Class
| Object | |
| ↓ | |
| IdentityTable | |
| + 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 |