next up previous contents
Next: Arrays Up: Collections Previous: Extensible Collections   Contents

Sequences

Sequences are Mappings from a range of natural numbers to some objects, sometimes restricted to a given type. Slate sequences are all addressed from a base of 0.

at:
answers the element at the index given.
at:put:
replaces the element at the index given with the object that is the last argument.
To access and modify sequences, the basic methods seq at: index and
seq at: index put: object are provided.



Subsections

Brian Rice 2004-08-24