Next:
LookupTable-hashing
, Previous:
LookupTable-accessing
, Up:
LookupTable
1.103.3 LookupTable: enumerating
associationsDo: aBlock
Pass each association in the LookupTable to aBlock.
do: aBlock
Pass each value in the LookupTable to aBlock.
keysAndValuesDo: aBlock
Pass each key/value pair in the LookupTable as two distinct parameters to aBlock.
keysDo: aBlock
Pass each key in the LookupTable to aBlock.