List



List inherits from ArrayedCollection and defines instance variables first, last. It has subclasses IdentityList and OrderedCollection.

List (also known as OrderedCollection) is a flexible kind of array which allows insertions and removals at any index. It grows and shrinks as required to accomodate its elements.

Methods defined in List:

Methods for accessing:

Methods for adding/removing:

Methods for converting:

Methods for enumerating:

Methods for initialization:

Methods for private:


Pocket Smalltalk Documentation