![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
1.5.1 ArrayedCollection class: instance creation (class) 1.5.2 ArrayedCollection: basic (instance) 1.5.3 ArrayedCollection: built ins (instance) 1.5.4 ArrayedCollection: copying Collections (instance) 1.5.5 ArrayedCollection: enumerating the elements of a collection (instance) 1.5.6 ArrayedCollection: storing (instance) 1.5.7 ArrayedCollection: streams (instance)
If start < stop, these are replaced by the contents of the replacementCollection. Instead, If start = (stop + 1), like in `copyReplaceFrom: 4 to: 3 with: anArray', then every element of the receiver will be present in the answered copy; the operation will be an append if stop is equal to the size of the receiver or, if it is not, an insert before index `start'.
If start < stop, these are replaced by stop-start+1 copies of anObject. Instead, If start = (stop + 1), then every element of the receiver will be present in the answered copy; the operation will be an append if stop is equal to the size of the receiver or, if it is not, an insert before index `start'.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |