Next: RunArray-basic, Previous: RunArray-accessing, Up: RunArray [Index]
Add anObject after the element at index anIndex
Add all the elements of aCollection after the one at index anIndex. If aCollection is unordered, its elements could be added in an order which is not the #do: order
Add all the elements of aCollection at the beginning of the receiver. If aCollection is unordered, its elements could be added in an order which is not the #do: order
Add all the elements of aCollection at the end of the receiver. If aCollection is unordered, its elements could be added in an order which is not the #do: order
Add anObject at the beginning of the receiver. Watch out: this operation can cause serious performance pitfalls
Add anObject at the end of the receiver