NSMutableArray $Revision$ $Date$ NSMutableArray Foundation/NSArray.h NSCoding arrayWithCapacity: numItems addObject: anObject addObjectsFromArray: otherArray initWithCapacity: numItems insertObject: anObject removeAllObjects removeLastObject removeObject: anObject removeObject: anObject removeObjectAtIndex: index removeObjectIdenticalTo: anObject removeObjectIdenticalTo: anObject removeObjectsFromIndices: indices numIndices: count removeObjectsInArray: otherArray removeObjectsInRange: aRange replaceObjectAtIndex: index withObject: anObject replaceObjectsInRange: aRange withObjectsFromArray: otherArray replaceObjectsInRange: aRange withObjectsFromArray: otherArray setArray: otherArray sortUsingFunction: compare context: context sortUsingSelector: comparator