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


1.104.3 LinkedList: enumerating

do: aBlock

Enumerate each object in the list, passing it to aBlock (actual behavior might depend on the subclass of Link that is being used).

identityIncludes: anObject

Answer whether we include the anObject object

includes: anObject

Answer whether we include anObject