[Previous] [Up] [Next]

NSArray

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSArray

NSArray

Declared in: Foundation/NSArray.h

Inherits from: NSObject

Conforms to: NSCoding



allocWithZone:

+ (id) allocWithZone: (NSZone*)zone

array

+ (id) array

arrayWithArray:

+ (id) arrayWithArray: (NSArray*)anArray

arrayWithContentsOfFile:

+ (id) arrayWithContentsOfFile: (NSString*)aPath

arrayWithObject:

+ (id) arrayWithObject: (id)anObject

arrayWithObjects:

+ (id) arrayWithObjects: (id)firstObj,

arrayWithObjects:

+ (id) arrayWithObjects: (id*)objects

arrayByAddingObject:

- (NSArray*) arrayByAddingObject: (id)anObject

arrayByAddingObjectsFromArray:

- (NSArray*) arrayByAddingObjectsFromArray: (NSArray*)otherArray

componentsJoinedByString:

- (NSString*) componentsJoinedByString: (NSString*)separator

containsObject:

- (BOOL) containsObject: (id)anObject

count

- (unsigned int) count

descriptionWithLocale:

- (NSString*) descriptionWithLocale: (NSDictionary*)locale

descriptionWithLocale:

- (NSString*) descriptionWithLocale: (NSDictionary*)locale

firstObjectCommonWithArray:

- (id) firstObjectCommonWithArray: (NSArray*)otherArray

getObjects:

- (void) getObjects: (id*)aBuffer

getObjects:

- (void) getObjects: (id*)aBuffer

indexOfObject:

- (unsigned int) indexOfObject: (id)anObject

indexOfObject:

- (unsigned int) indexOfObject: (id)anObject

indexOfObjectIdenticalTo:

- (unsigned int) indexOfObjectIdenticalTo: (id)anObject

indexOfObjectIdenticalTo:

- (unsigned int) indexOfObjectIdenticalTo: (id)anObject

initWithArray:

- (id) initWithArray: (NSArray*)anArray

initWithContentsOfFile:

- (id) initWithContentsOfFile: (NSString*)aPath

initWithObjects:

- (id) initWithObjects: (id)firstObj,

initWithObjects:

- (id) initWithObjects: (id*)objects

isEqualToArray:

- (BOOL) isEqualToArray: (NSArray*)otherArray

lastObject

- (id) lastObject

makeObjectsPerformSelector:

- (void) makeObjectsPerformSelector: (SEL)aSelector

makeObjectsPerformSelector:withObject:

- (void) makeObjectsPerformSelector: (SEL)aSelector withObject: (id)anObject

objectAtIndex:

- (id) objectAtIndex: (unsigned int)index

objectEnumerator

- (NSEnumerator*) objectEnumerator

pathsMatchingExtensions:

- (NSArray*) pathsMatchingExtensions: (NSArray*)filterTypes

reverseObjectEnumerator

- (NSEnumerator*) reverseObjectEnumerator

sortedArrayHint

- (NSData*) sortedArrayHint

sortedArrayUsingFunction:context:

- (NSArray*) sortedArrayUsingFunction: (int(*)(id,id,void*))comparator context: (void*)context

sortedArrayUsingFunction:context:

- (NSArray*) sortedArrayUsingFunction: (int(*)(id,id,void*))compare context: (void*)context

sortedArrayUsingSelector:

- (NSArray*) sortedArrayUsingSelector: (SEL)comparator

subarrayWithRange:

- (NSArray*) subarrayWithRange: (NSRange)range

writeToFile:atomically:

- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)flag