Prev
Open Object Rexx
Next
5.3.4.18. subset
>>-subset(argument)--------------------------------------------><
Returns
1
(true) if all items in the receiver collection are also contained in the
argument
collection; returns
0
(false) otherwise. The
argument
can be any collection class object.
Prev
5.3.4.17. stableSortWith
Up
Home
Next
5.3.4.19. union