Next:
Association
, Previous:
Array
, Up:
Base classes
1.5 ArrayedCollection
Defined in namespace Smalltalk
Superclass: SequenceableCollection
Category: Collections-Sequenceable
My instances are objects that are generally fixed size, and are accessed by an integer index. The ordering of my instance's elements is determined externally; I will not rearrange the order of the elements.
ArrayedCollection class-instance creation
: (class)
ArrayedCollection-basic
: (instance)
ArrayedCollection-built ins
: (instance)
ArrayedCollection-copying Collections
: (instance)
ArrayedCollection-enumerating the elements of a collection
: (instance)
ArrayedCollection-storing
: (instance)
ArrayedCollection-streams
: (instance)