Next:
LinkedList-testing
, Previous:
LinkedList-adding
, Up:
LinkedList
1.101.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