Previous: OrderedCollection-enumerating, Up: OrderedCollection [Index]
Remove oldObject from the receiver. If absent, fail, else answer oldObject.
Remove anObject from the receiver. If it can’t be found, answer the result of evaluating aBlock
Remove anObject from the receiver. If it can’t be found, answer the result of evaluating aBlock
Remove the object at index anIndex from the receiver. Fail if the index is out of bounds.
Remove an object from the start of the receiver. Fail if the receiver is empty
Remove an object from the end of the receiver. Fail if the receiver is empty