NSMutableArray(NSMutableArray) Klassenreferenz

#import <NSMutableArray-NSMutableArray.h>

Aufstellung aller Elemente


Öffentliche Methoden

(void) - addObject:
(void) - insertObject:atIndex:
(void) - replaceObjectAtIndex:withObject:
(void) - removeLastObject
(void) - removeObjectAtIndex:
(Class) - classForCoder
(void) - addObjectsFromArray:
(void) - exchangeObjectAtIndex:withObjectAtIndex:
(void) - removeAllObjects
(void) - setObject:atIndex:
(void) - replaceObjectsInRange:withObjects:count:
(void) - exchange:fp8:
(void) - sortUsingFunction:context:range:
(void) - insertObjects:atIndexes:
(void) - replaceObjectsAtIndexes:withObjects:
(void) - replaceObjectsInRange:withObjectsFromArray:
(void) - replaceObjectsInRange:withObjectsFromArray:range:
(void) - removeObject:range:identical:
(void) - removeObject:
(void) - removeObject:inRange:
(void) - removeObjectIdenticalTo:
(void) - removeObjectIdenticalTo:inRange:
(void) - removeObjectsAtIndexes:
(void) - removeObjectsInRange:
(void) - removeObjectsFromIndices:numIndices:
(void) - removeObjectsInArray:
(void) - setArray:
(void) - sortUsingFunction:context:
(void) - sortUsingSelector:
(id) - initWithCapacity:
(id) - initWithContentsOfFile:
(id) - initWithContentsOfURL:

Öffentliche, statische Methoden

(id) + arrayWithCapacity:

Ausführliche Beschreibung

Definiert in Zeile 9 der Datei NSMutableArray-NSMutableArray.h.


Dokumentation der Elementfunktionen

+ (id) arrayWithCapacity: (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  

- (Class) classForCoder  

- (void) addObjectsFromArray: (id)  fp8  

- (void) exchangeObjectAtIndex: (unsigned int)  fp8
withObjectAtIndex: (unsigned int)  fp12 

- (void) removeAllObjects  

- (void) setObject: (id)  fp8
atIndex: (unsigned int)  fp12 

- (void) replaceObjectsInRange: (struct _NSRange fp8
withObjects: (id *)  fp16
count: (unsigned int)  fp20 

- (void) exchange: (unsigned)  int
fp8: (unsigned int)  fp12 

- (void) sortUsingFunction: (void *)  fp8
context: (void *)  fp12
range: (struct _NSRange fp16 

- (void) insertObjects: (id)  fp8
atIndexes: (id)  fp12 

- (void) replaceObjectsAtIndexes: (id)  fp8
withObjects: (id)  fp12 

- (void) replaceObjectsInRange: (struct _NSRange fp8
withObjectsFromArray: (id)  fp16 

- (void) replaceObjectsInRange: (struct _NSRange fp8
withObjectsFromArray: (id)  fp16
range: (struct _NSRange fp20 

- (void) removeObject: (id)  fp8
range: (struct _NSRange fp12
identical: (BOOL)  fp20 

- (void) removeObject: (id)  fp8  

- (void) removeObject: (id)  fp8
inRange: (struct _NSRange fp12 

- (void) removeObjectIdenticalTo: (id)  fp8  

- (void) removeObjectIdenticalTo: (id)  fp8
inRange: (struct _NSRange fp12 

- (void) removeObjectsAtIndexes: (id)  fp8  

- (void) removeObjectsInRange: (struct _NSRange fp8  

- (void) removeObjectsFromIndices: (unsigned int *)  fp8
numIndices: (unsigned int)  fp12 

- (void) removeObjectsInArray: (id)  fp8  

- (void) setArray: (id)  fp8  

- (void) sortUsingFunction: (void *)  fp8
context: (void *)  fp12 

- (void) sortUsingSelector: (SEL)  fp8  

- (id) initWithCapacity: (unsigned int)  fp8  

- (id) initWithContentsOfFile: (id)  fp8  

- (id) initWithContentsOfURL: (id)  fp8  


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: