Array



Array inherits from ArrayedCollection and defines no instance variables. It has no subclasses.

Arrays can contain arbitrary objects. Though defined as fixed-size, this implementation allows you to expand Arrays by sending #expandedBy:.

Methods defined in Array:

Methods for converting:

Methods for copying:

Methods for enumerating:


Pocket Smalltalk Documentation