#import <NSPlaceholderMutableArray.h>
Abgeleitet von NSMutableArray.
Öffentliche Methoden | |
| (id) | - initWithObjects:count: |
| (id) | - initWithObjects_ex:count: |
| (id) | - initWithCapacity: |
| (id) | - init |
| (id) | - initWithContentsOfFile: |
| (id) | - initWithContentsOfURL: |
| (unsigned int) | - count |
| (id) | - objectAtIndex: |
| (void) | - addObject: |
| (void) | - insertObject:atIndex: |
| (void) | - replaceObjectAtIndex:withObject: |
| (void) | - removeLastObject |
| (void) | - removeObjectAtIndex: |
Definiert in Zeile 9 der Datei NSPlaceholderMutableArray.h.
| - (id) initWithObjects: | (id *) | fp8 | ||
| count: | (unsigned int) | fp12 | ||
| - (id) initWithObjects_ex: | (id *) | fp8 | ||
| count: | (unsigned int) | fp12 | ||
| - (id) initWithCapacity: | (unsigned int) | fp8 |
| - (id) init |
| - (id) initWithContentsOfFile: | (id) | fp8 |
| - (id) initWithContentsOfURL: | (id) | fp8 |
| - (unsigned int) count |
| - (id) objectAtIndex: | (unsigned int) | fp8 |
| - (void) addObject: | (id) | fp8 |
| - (void) insertObject: | (id) | fp8 | ||
| atIndex: | (unsigned int) | fp12 | ||
| - (void) replaceObjectAtIndex: | (unsigned int) | fp8 | ||
| withObject: | (id) | fp12 | ||
| - (void) removeLastObject |
| - (void) removeObjectAtIndex: | (unsigned int) | fp8 |