Next: SequenceableCollection-comparing, Previous: SequenceableCollection class-instance creation, Up: SequenceableCollection [Index]
Return the element after oldObject. Error if oldObject not found or if no following object is available
Answer a copy of the receiver without the first object.
Answer a copy of the receiver without the first n objects.
Answer a copy of the receiver without the last object.
Answer a copy of the receiver without the last n objects.
Answer the anIndex-th item of the collection, or evaluate aBlock and answer the result if the index is out of range
Answer a collection of the same kind returned by #collect:, that only includes the values at the given indices. Fail if any of the values in keyCollection is out of bounds for the receiver.
Put anObject at every index contained in aCollection
Put anObject at every index in the receiver
Return a random item of the receiver.
Return the element before oldObject. Error if oldObject not found or if no preceding object is available
Answer the first item in the receiver
Answer the first n items in the receiver
Answer the fourth item in the receiver
Answer whether we include the anObject object
Answer the index of the first occurrence of an object identical to anElement in the receiver. Answer 0 if no item is found
Answer the index of the first occurrence of an object identical to anElement in the receiver. Invoke exceptionBlock and answer its result if no item is found
Answer the first index > anIndex which contains an object identical to anElement. Answer 0 if no item is found
Answer the first index > anIndex which contains an object exactly identical to anObject. Invoke exceptionBlock and answer its result if no item is found
Answer the last index which contains an object identical to anElement. Invoke exceptionBlock and answer its result if no item is found
Answer whether we include anObject
Answer the index of the first occurrence of anElement in the receiver. Answer 0 if no item is found
Answer the index of the first occurrence of anElement in the receiver. Invoke exceptionBlock and answer its result if no item is found
Answer the first index > anIndex which contains anElement. Answer 0 if no item is found
Answer the first index > anIndex which contains anElement. Invoke exceptionBlock and answer its result if no item is found
Answer the last index which contains anElement. Invoke exceptionBlock and answer its result if no item is found
Answer the first index > anIndex at which starts a sequence of items matching aSubCollection. Answer 0 if no such sequence is found.
Answer the first index > anIndex at which starts a sequence of items matching aSubCollection. Answer 0 if no such sequence is found.
Answer the first index > anIndex at which starts a sequence of items matching aSubCollection. Answer 0 if no such sequence is found.
Answer the first index > anIndex at which starts a sequence of items matching aSubCollection. Invoke exceptionBlock and answer its result if no such sequence is found
Answer the last item in the receiver
Answer the last n items in the receiver
Answer the second item in the receiver
Answer the third item in the receiver
Next: SequenceableCollection-comparing, Previous: SequenceableCollection class-instance creation, Up: SequenceableCollection [Index]