74 - (
unsigned int)
count;
110 - (
BOOL)containsObject:(
id)object;
122 - (
id)objectAtIndex:(
unsigned int)index;
150 atIndex:(
unsigned int)index;
175 - (
BOOL)removeObjectAtIndex:(
unsigned int)index;
195 - (
NXString *)stringWithObjectsJoinedByString:
id lastObject()
Returns the last object in the array.
id firstObject()
Returns the first object in the array.
void removeAllObjects()
Removes all objects from the array.
bool BOOL
A Boolean value.
unsigned int count()
Returns the number of elements in the array.
size_t capacity()
Returns the capacity of the array.
A class for managing and manipulating string objects.
Defines the NXObject class, the base class for the Foundation framework.
The NXArray classNXArray represents an array that can store ordered objects.
The base class for objects in the Foundation framework.
A protocol that defines collection methods for an Object.
struct objc_object * id
A pointer to an instance of a class.
A protocol that defines JSON methods for an Object.