Next:
LookupKey
, Previous:
Link
, Up:
Base classes
1.101 LinkedList
Defined in namespace Smalltalk
Superclass: SequenceableCollection
Category: Collections-Sequenceable
I provide methods that access and manipulate linked lists. I assume that the elements of the linked list are subclasses of Link, because I use the methods that class Link supplies to implement my methods.
LinkedList-accessing
: (instance)
LinkedList-adding
: (instance)
LinkedList-enumerating
: (instance)
LinkedList-testing
: (instance)