The number of objects in the array.
Returns the object located at the specified index.
Creates and returns an empty array.
Creates and returns an array containing the objects in another given array.
Creates and returns an array containing a given object.
Creates and returns an array containing the objects in the argument list.
Creates and returns an array that includes a given number of objects from a given C array.
Increments the receiver’s reference count.
Allocates a new instance of the receiving class, sends it an init message, and returns the initialized object.
Decrements the receiver’s reference count.
Deallocates the memory occupied by the receiver.
Decrements the receiver’s retain count at the end of the current autorelease pool block.