#import <NSCFArray.h>
Abgeleitet von NSMutableArray.
Basisklasse für NSCFArray__.
Öffentliche Methoden | |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (id) | - retain |
| (oneway void) | - release |
| (unsigned int) | - retainCount |
| (void) | - finalize |
| (Class) | - classForCoder |
| (id) | - copyWithZone: |
| (id) | - mutableCopyWithZone: |
| (unsigned int) | - count |
| (id) | - objectAtIndex: |
| (unsigned int) | - countByEnumeratingWithState:objects:count: |
| (void) | - addObject: |
| (void) | - insertObject:atIndex: |
| (void) | - replaceObjectAtIndex:withObject: |
| (void) | - removeLastObject |
| (void) | - removeObjectAtIndex: |
| (void) | - removeObjectsInRange: |
| (unsigned int) | - indexOfObject: |
| (unsigned int) | - indexOfObjectIdenticalTo: |
| (void) | - getObjects:range: |
| (void) | - removeAllObjects |
| (void) | - sortUsingFunction:context: |
| (void) | - mpSortUsingFunction:context: |
Definiert in Zeile 9 der Datei NSCFArray.h.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (id) retain |
| - (oneway void) release |
| - (unsigned int) retainCount |
| - (void) finalize |
Implementiert NSObject.
| - (Class) classForCoder |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (id) mutableCopyWithZone: | (struct _NSZone *) | fp8 |
| - (unsigned int) count |
| - (id) objectAtIndex: | (unsigned int) | fp8 |
| - (unsigned int) countByEnumeratingWithState: | (CDAnonymousStruct8 *) | fp8 | ||
| objects: | (id *) | fp12 | ||
| count: | (unsigned int) | fp16 | ||
| - (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 |
| - (void) removeObjectsInRange: | (struct _NSRange) | fp8 |
| - (unsigned int) indexOfObject: | (id) | fp8 |
| - (unsigned int) indexOfObjectIdenticalTo: | (id) | fp8 |
| - (void) getObjects: | (id *) | fp8 | ||
| range: | (struct _NSRange) | fp12 | ||
| - (void) removeAllObjects |
| - (void) sortUsingFunction: | (void *) | fp8 | ||
| context: | (void *) | fp12 | ||
| - (void) mpSortUsingFunction: | (void *) | fp8 | ||
| context: | (void *) | fp12 | ||