Next: , Up: LinkedList   [Index]


1.104.1 LinkedList: accessing

at: index

Return the element that is index into the linked list.

at: index put: object

This method should not be called for instances of this class.