[Previous] [Up] [Next]

NSDictionary

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSDictionary

NSDictionary

Declared in: Foundation/NSDictionary.h

Inherits from: NSObject

Conforms to: NSCoding



allocWithZone:

+ (id) allocWithZone: (NSZone*)zone

dictionary

+ (id) dictionary

dictionaryWithContentsOfFile:

+ (id) dictionaryWithContentsOfFile: (NSString*)path

dictionaryWithDictionary:

+ (id) dictionaryWithDictionary: (NSDictionary*)otherDictionary

dictionaryWithObject:

+ (id) dictionaryWithObject: (id)anObject

dictionaryWithObjects:

+ (id) dictionaryWithObjects: (NSArray*)objects

dictionaryWithObjects:forKeys:count:

+ (id) dictionaryWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count

dictionaryWithObjectsAndKeys:

+ (id) dictionaryWithObjectsAndKeys: (id)object,

allKeys

- (NSArray*) allKeys

allKeysForObject:

- (NSArray*) allKeysForObject: (id)anObject

allValues

- (NSArray*) allValues

count

- (unsigned int) count

descriptionInStringsFileFormat

- (NSString*) descriptionInStringsFileFormat

descriptionWithLocale:

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

descriptionWithLocale:

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

fileGroupOwnerAccountName

- (NSString*) fileGroupOwnerAccountName

fileModificationDate

- (NSDate*) fileModificationDate

fileOwnerAccountName

- (NSString*) fileOwnerAccountName

filePosixPermissions

- (unsigned long) filePosixPermissions

fileSize

- (unsigned long long) fileSize

fileSystemFileNumber

- (unsigned long) fileSystemFileNumber

fileSystemNumber

- (unsigned long) fileSystemNumber

fileType

- (NSString*) fileType

initWithContentsOfFile:

- (id) initWithContentsOfFile: (NSString*)path

initWithDictionary:

- (id) initWithDictionary: (NSDictionary*)otherDictionary

initWithDictionary:

- (id) initWithDictionary: (NSDictionary*)otherDictionary

initWithObjects:

- (id) initWithObjects: (NSArray*)objects

initWithObjects:forKeys:count:

- (id) initWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count

initWithObjectsAndKeys:

- (id) initWithObjectsAndKeys: (id)object,

isEqualToDictionary:

- (BOOL) isEqualToDictionary: (NSDictionary*)otherDictionary

keyEnumerator

- (NSEnumerator*) keyEnumerator

keysSortedByValueUsingSelector:

- (NSArray*) keysSortedByValueUsingSelector: (SEL)comparator

objectEnumerator

- (NSEnumerator*) objectEnumerator

objectForKey:

- (id) objectForKey: (id)aKey

objectsForKeys:notFoundMarker:

- (NSArray*) objectsForKeys: (NSArray*)keys notFoundMarker: (id)anObject

writeToFile:atomically:

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