NSMutableArray 0.1 28 February, 2000 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:indicesnumIndices:count removeObjectsInArray:otherArray removeObjectsInRange:aRange replaceObjectAtIndex:indexwithObject:anObject replaceObjectsInRange:aRangewithObjectsFromArray:otherArray replaceObjectsInRange:aRangewithObjectsFromArray:otherArray setArray:otherArray sortUsingFunction:comparecontext:context sortUsingSelector:comparator