Next:
LinkedList
, Previous:
LargeZeroInteger
, Up:
Base classes
1.100 Link
Defined in namespace Smalltalk
Superclass: Object
Category: Collections-Sequenceable
I represent simple linked lists. Generally, I am not used by myself, but rather a subclass adds other instance variables that hold the information for each node, and I hold the glue that keeps them together.
Link class-instance creation
: (class)
Link-basic
: (instance)
Link-iteration
: (instance)