NSArrray objectsAtIndexes:
NSArrray objectsAtIndexes:
- Subject: NSArrray objectsAtIndexes:
- From: Pavel Kapinos <email@hidden>
- Date: Thu, 28 Jul 2005 09:24:16 -0700
objectsAtIndexes:
- (NSArray *)objectsAtIndexes:(NSIndexSet *)indexes
Returns an array containing the objects in the receiver at the
specified indexes. It is a programming error if any location in
indexes exceeds the bounds of the receiver.
Availability
Available in Mac OS X version 10.4 and later.
Please clarify:
1) What type of exception it generates?
2) Does it guarantee that returned objects are in the ascending order
of their indexes, so that object in retuned array, which has higher
index in indexes, will follow object, which has smaller index in
indexes?
Thank you!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden