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:
- copyFrom: start to: stop
- expandedBy: amount
Answer a copy of the receiver with 'amount' more slots.
Methods for enumerating:
Pocket Smalltalk Documentation