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


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-compiler: (instance)
ArrayedCollection-copying Collections: (instance)
ArrayedCollection-enumerating the elements of a collection: (instance)
ArrayedCollection-sorting: (instance)
ArrayedCollection-storing: (instance)
ArrayedCollection-streams: (instance)

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