\fs28 Allocating and Initializing an NSMutableArray\
\fs16 \
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 + \b allocWithZone:\b0 (NSZone *)\i zone\i0 Creates and returns an uninitialized array object in \i zone.\
\fi-6552 \fi-6552 \i0 \fi-6552 + \b arrayWithCapacity:\b0 (unsigned)\i aNumItems\i0 Creates and returns an array object, giving it enough allocated memory to hold \i numItems\i0 objects.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} \b initWithCapacity:\b0 (unsigned)\i aNumItems\i0 Initializes a newly allocated array object, giving it enough memory to hold \i numItems\i0 objects.\
\fs28 \pard \s4 \li7029 \fi-6552 \ri1007 \ql \tx6652 \tx7030 \f1 \b0 \fi-6552 {\f3 -} (void)\b removeAllObjects\b0 Empties the array of all its elements.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b removeLastObject\b0 Removes the last object in the array and sends it a \b release\b0 message.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b removeObject:\b0 \i anObject\i0 Removes all occurrences of \i anObject\i0 . \b isEqual:\b0 is used to test for \i anObject\i0 .\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b removeObjectAtIndex:\b0 (unsigned)\i index\i0 Removes the object at \i index\i0 and moves all elements beyond \i index\i0 up one slot to fill the gap.\
\fi-6552 \fi-6552 \fi-6552 {\f3 -} (void)\b removeObjectIdenticalTo:\b0 \i anObject\i0 Removes all elements having the same \b id\b0 as \i anObject\i0 .\
\fi-6552 \s5 \li7030 \fi-6553 \fi-5796 \b numIndices:\b0 (unsigned int)\i count\i0 Removes objects at the positions specified in the \i indices\i0 array, which has \i count\i0 elements. This method is provided for efficiency reasons; it will not work in a distributed object environment. \
\s4 \li7029 \fi-5794 \fi-6552 \fi-6552 {\f3 -} (void)\b setArray:\b0 (NSArray *)\i otherArray\i0 Sets the contents of the receiver to the elements in \i otherArray\
\fi-6552 \s5 \li7030 \fi-6553 \fi-5796 \i0 \fs28 \b context:\b0 (void *)\i context\i0 Sorts the receiver\'27s elements in ascending order as defined by the comparison function \i comparator\i0 . \i context\i0 is passed as the function\'27s third argument.\
\s4 \li7029 \fi-5794 \fi-6552 \fi-6552 {\f3 -} (void)\b sortUsingSelector:\b0 (SEL)\i \fs28 comparator\i0 \fs28 Sorts the receiver\'27s elements in ascending order as defined by the comparison method \i comparator\i0 .\