Next: , Previous: , Up: LargeArrayedCollection   [Index]


1.96.2 LargeArrayedCollection: accessing

at: anIndex

Answer the anIndex-th item of the receiver.

at: anIndex put: anObject

Replace the anIndex-th item of the receiver with anObject.

compress

Arrange the representation of the array for maximum memory saving.