Next: LinkedList, Previous: LargeZeroInteger, Up: Base classes [Index]
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) |