Next: LookupKey, Previous: Link, Up: Base classes [Index]
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-iteration: | (instance) | |
• LinkedList-testing: | (instance) |