Next: , Previous: , Up: Base classes [Index]


1.4 Array

Defined in namespace Smalltalk
Superclass: ArrayedCollection
Category: Collections-Sequenceable

My instances are objects that have array-like properties: they are directly indexable by integers starting at 1, and they are fixed in size. I inherit object creation behavior messages such as #with:, as well as iteration and general access behavior from SequenceableCollection.

Array class-instance creation: (class)
Array-built ins: (instance)
Array-mutating objects: (instance)
Array-printing: (instance)
Array-testing: (instance)

AltStyle によって変換されたページ (->オリジナル) /