NSArray(NSArray) Klassenreferenz

#import <NSArray-NSArray.h>

Aufstellung aller Elemente


Öffentliche Methoden

(unsigned int) - count
(id) - objectAtIndex:
(unsigned long) - _cfTypeID
(id) - description
(id) - debugDescription
(unsigned int) - hash
(BOOL) - isEqual:
(id) - copyWithZone:
(id) - mutableCopyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:
(Class) - classForCoder
(id) - arrayByAddingObjects:count:
(id) - arrayByAddingObject:
(id) - arrayByAddingObjectsFromArray:
(id) - arrayByApplyingSelector:
(id) - arrayByExcludingObjectsInArray:identical:
(id) - arrayByExcludingObjectsInArray:
(id) - arrayByExcludingIdenticalObjectsInArray:
(id) - arrayByExcludingToObjectsInArray:
(id) - componentsJoinedByString:
(unsigned int) - countOccurrences:
(BOOL) - containsObject:inRange:
(BOOL) - getObject:atIndex:
(void) - apply:context:
(long) - _cflastIndexOfObject:inRange:
(BOOL) - containsObject:
(BOOL) - containsObjectIdenticalTo:
(id) - descriptionWithLocale:
(id) - descriptionWithLocale:indent:
(id) - firstObjectCommonWithArray:
(void) - getObjects:
(void) - getObjects:range:
(unsigned int) - indexOfAttributeBySelector:equalToObject:
(unsigned int) - indexOfObject:range:identical:
(unsigned int) - indexOfObject:
(unsigned int) - indexOfObject:inRange:
(long) - _cfindexOfObject:range:
(unsigned int) - indexOfObjectIdenticalTo:
(unsigned int) - indexOfObjectIdenticalTo:inRange:
(unsigned int) - indexOf:fp8:fp12:
(BOOL) - isEqualToArray:
(id) - lastObject
(void) - makeObjectsPerform:
(void) - makeObjectsPerform:withObject:
(void) - makeObjectsPerformSelector:
(void) - makeObjectsPerformSelector:withObject:
(unsigned int) - countByEnumeratingWithState:objects:count:
(id) - objectEnumerator
(id) - objectsAtIndexes:
(id) - reverseObjectEnumerator
(id) - sortedArrayHint
(id) - sortedArrayUsingFunction:context:
(id) - sortedArrayUsingFunction:context:hint:
(id) - sortedArrayUsingSelector:
(id) - sortedArrayUsingSelector:hint:
(id) - subarrayWithRange:
(id) - _stringToWrite
(BOOL) - writeToFile:atomically:
(BOOL) - writeToURL:atomically:
(id) - initWithObjects:count:
(id) - initWithObjects_ex:count:
(id) - initWithArray:
(id) - initWithArray:copyItems:
(id) - initWithContentsOfFile:
(id) - initWithContentsOfURL:
(id) - initWithObjects:

Öffentliche, statische Methoden

(id) + allocWithZone:
(id) + array
(id) + arrayWithArray:
(id) + arrayWithArray:copyItems:
(id) + arrayWithContentsOfFile:
(id) + arrayWithContentsOfURL:
(id) + arrayWithObject:
(id) + arrayWithObjects:count:
(id) + arrayWithObjects:

Ausführliche Beschreibung

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


Dokumentation der Elementfunktionen

+ (id) allocWithZone: (struct _NSZone *)  fp8  

+ (id) array  

+ (id) arrayWithArray: (id)  fp8  

+ (id) arrayWithArray: (id)  fp8
copyItems: (BOOL)  fp12 

+ (id) arrayWithContentsOfFile: (id)  fp8  

+ (id) arrayWithContentsOfURL: (id)  fp8  

+ (id) arrayWithObject: (id)  fp8  

+ (id) arrayWithObjects: (id *)  fp8
count: (unsigned int)  fp12 

+ (id) arrayWithObjects: (id)  fp8  

- (unsigned int) count  

- (id) objectAtIndex: (unsigned int)  fp8  

- (unsigned long) _cfTypeID  

- (id) description  

- (id) debugDescription  

- (unsigned int) hash  

- (BOOL) isEqual: (id)  fp8  

- (id) copyWithZone: (struct _NSZone *)  fp8  

- (id) mutableCopyWithZone: (struct _NSZone *)  fp8  

- (void) encodeWithCoder: (id)  fp8  

- (id) initWithCoder: (id)  fp8  

- (Class) classForCoder  

- (id) arrayByAddingObjects: (id *)  fp8
count: (unsigned int)  fp12 

- (id) arrayByAddingObject: (id)  fp8  

- (id) arrayByAddingObjectsFromArray: (id)  fp8  

- (id) arrayByApplyingSelector: (SEL)  fp8  

- (id) arrayByExcludingObjectsInArray: (id)  fp8
identical: (BOOL)  fp12 

- (id) arrayByExcludingObjectsInArray: (id)  fp8  

- (id) arrayByExcludingIdenticalObjectsInArray: (id)  fp8  

- (id) arrayByExcludingToObjectsInArray: (id)  fp8  

- (id) componentsJoinedByString: (id)  fp8  

- (unsigned int) countOccurrences: (id)  fp8  

- (BOOL) containsObject: (id)  fp8
inRange: (struct _NSRange fp12 

- (BOOL) getObject: (id *)  fp8
atIndex: (unsigned int)  fp12 

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

- (long) _cflastIndexOfObject: (id)  fp8
inRange: (struct _NSRange fp12 

- (BOOL) containsObject: (id)  fp8  

- (BOOL) containsObjectIdenticalTo: (id)  fp8  

- (id) descriptionWithLocale: (id)  fp8  

- (id) descriptionWithLocale: (id)  fp8
indent: (unsigned int)  fp12 

- (id) firstObjectCommonWithArray: (id)  fp8  

- (void) getObjects: (id *)  fp8  

- (void) getObjects: (id *)  fp8
range: (struct _NSRange fp12 

- (unsigned int) indexOfAttributeBySelector: (SEL)  fp8
equalToObject: (id)  fp12 

- (unsigned int) indexOfObject: (id)  fp8
range: (struct _NSRange fp12
identical: (BOOL)  fp20 

- (unsigned int) indexOfObject: (id)  fp8  

- (unsigned int) indexOfObject: (id)  fp8
inRange: (struct _NSRange fp12 

- (long) _cfindexOfObject: (id)  fp8
range: (struct _NSRange fp12 

- (unsigned int) indexOfObjectIdenticalTo: (id)  fp8  

- (unsigned int) indexOfObjectIdenticalTo: (id)  fp8
inRange: (struct _NSRange fp12 

- (unsigned int) indexOf: (id) 
fp8: (unsigned)  int
fp12: (BOOL)  fp16 

- (BOOL) isEqualToArray: (id)  fp8  

- (id) lastObject  

- (void) makeObjectsPerform: (SEL)  fp8  

- (void) makeObjectsPerform: (SEL)  fp8
withObject: (id)  fp12 

- (void) makeObjectsPerformSelector: (SEL)  fp8  

- (void) makeObjectsPerformSelector: (SEL)  fp8
withObject: (id)  fp12 

- (unsigned int) countByEnumeratingWithState: (CDAnonymousStruct8 *)  fp8
objects: (id *)  fp12
count: (unsigned int)  fp16 

- (id) objectEnumerator  

- (id) objectsAtIndexes: (id)  fp8  

- (id) reverseObjectEnumerator  

- (id) sortedArrayHint  

- (id) sortedArrayUsingFunction: (void *)  fp8
context: (void *)  fp12 

- (id) sortedArrayUsingFunction: (void *)  fp8
context: (void *)  fp12
hint: (id)  fp16 

- (id) sortedArrayUsingSelector: (SEL)  fp8  

- (id) sortedArrayUsingSelector: (SEL)  fp8
hint: (id)  fp12 

- (id) subarrayWithRange: (struct _NSRange fp8  

- (id) _stringToWrite  

- (BOOL) writeToFile: (id)  fp8
atomically: (BOOL)  fp12 

- (BOOL) writeToURL: (id)  fp8
atomically: (BOOL)  fp12 

- (id) initWithObjects: (id *)  fp8
count: (unsigned int)  fp12 

- (id) initWithObjects_ex: (id *)  fp8
count: (unsigned int)  fp12 

- (id) initWithArray: (id)  fp8  

- (id) initWithArray: (id)  fp8
copyItems: (BOOL)  fp12 

- (id) initWithContentsOfFile: (id)  fp8  

- (id) initWithContentsOfURL: (id)  fp8  

- (id) initWithObjects: (id)  fp8  


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