Next: , Previous: , Up: LookupTable   [Index]


1.106.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.