Prev
Open Object Rexx
Next
5.3.5. The SetCollection Class
This is a tagging mixin class only and does not define any methods of its own. Collections that implement SetCollection are MapCollections that constrain the index and item to be be the same object.
Table 5.15. ooRexx SetCollection Class
Object
↓
Collection
↓
SetCollection
This class is defined as a mixin class.
5.3.5.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.4.20. xor
Up
Home
Next
5.3.6. The Array Class