#import <nsmutablearray.h>
Inheritance diagram for NSMutableArray:

Public Member Functions | |
| (id) | - initWithCapacity: |
| Initialize NSMutableArray instance. | |
| (void) | - dealloc |
| Release the array and it's contents. | |
| (void) | - addObject: |
| Add object as the last item of array. | |
| (void) | - addObjectsFromArray: |
| Append all objects in source array. | |
| (void) | - insertObject:atIndex: |
| Insert new object into the given position. | |
| (void) | - replaceObjectAtIndex:withObject: |
| Replace object at given index. | |
| (id) | - removeObjectAtIndex: |
| Remove an object in array. | |
Static Public Member Functions | |
| (id) | + arrayWithCapacity: |
Make the array which has num objects. | |
Protected Attributes | |
| uint_t | max_count |
|
|
Add object as the last item of array.
|
|
|
Append all objects in source array.
|
|
|
Make the array which has
|
|
|
Release the array and it's contents.
Reimplemented from NSArray. |
|
|
Initialize NSMutableArray instance.
|
|
||||||||||||
|
Insert new object into the given position.
|
|
|
Remove an object in array.
|
|
||||||||||||
|
Replace object at given index.
|
|
|
Real number of items in array. |
1.4.5