Next:
2.1 What is it
Up:
Basic GNUstep Base Library
Previous:
1.6 Reading and Saving
2 NSArray
Subsections
2.1 What is it
2.2 Comparison with Pure C Arrays
2.3 NSArrays are immutable
2.4 arrayWithObjects
2.5 Accessing Objects in a NSArray
2.6 Describing an Array
2.7 Iterating over Array Elements
2.7.1 First Way - Using objectAtIndex
2.7.2 Second Way - Using objectEnumerator
2.8 Searching for an Object
2.9 NSMutableArray
2.9.1 Adding an Object
2.9.2 Removing an Object
2.9.3 Replacing an Object
2008-01-16