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


1.104 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-iteration: (instance)
LinkedList-testing: (instance)

AltStyle によって変換されたページ (->オリジナル) /