Next: , Previous: , Up: Base classes   [Index]


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