Next:
LinkedList-adding
, Up:
LinkedList
1.101.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.