| +(id)arrayWithObjects:,... | create a new array with the list of passed objects. The list must end with ,nil. |
| -(int)count | returns count of objects in array |
| -(id)objectAtIndex:(int) | returns object at index (start counting at 0) |
| -(NSEnumerator*)objectEnumerator | return an enumerator (9.6) over all objects in array |
NSMutableArray adds the following methods:
moltalk@moltalk.org version of this document: V3.0