Prev
Open Object Rexx
Next
5.3.3. The MapCollection Class
The MapCollection class is a MIXIN class that defines the basic set of methods implemented by all collections that use create a mapping from an index object to a value.
Table 5.13. ooRexx MapCollection Class
Object
↓
Collection
↓
MapCollection
makeArray putAll
This class is defined as a mixin class.
5.3.3.1. Inherited Methods
Methods inherited from the Object class (
Section 5.1.1, “The Object Class”
).
new (Class Method)
init
send
= \= == \== <> ><
instanceMethod
sendWith
|| '' (abuttal)' ' (blank)
instanceMethods
setMethod
(
Operator Methods
)
isA
start
class
isInstanceOf
startWith
copy
objectName
string
defaultName
objectName=
unsetMethod
hasMethod
request
identityHash
run
Methods inherited from the Collection class (
Section 5.3.2, “The Collection Class”
).
[]
equivalent
put
[]=
hasIndex
subset
allIndexes
hasItem
supplier
allItems
index
union
at
intersection
xor
difference
items
disjoint
makeArray
Prev
5.3.2.19. xor
Up
Home
Next
5.3.3.2. makeArray