[Previous]
[Up]
[Next]
NSDictionary
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSDictionary.h
Inherits from: NSObject
Conforms to: NSCoding
+ (id) allocWithZone: (NSZone*)zone
+ (id) dictionary
+ (id) dictionaryWithContentsOfFile: (NSString*)path
+ (id) dictionaryWithDictionary: (NSDictionary*)otherDictionary
+ (id) dictionaryWithObject: (id)anObject
+ (id) dictionaryWithObjects: (NSArray*)objects
+ (id) dictionaryWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count
+ (id) dictionaryWithObjectsAndKeys: (id)object,
- (NSArray*) allKeys
- (NSArray*) allKeysForObject: (id)anObject
- (NSArray*) allValues
- (unsigned int) count
- (NSString*) descriptionInStringsFileFormat
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
- (NSString*) descriptionWithLocale: (NSDictionary*)locale
- (NSString*) fileGroupOwnerAccountName
- (NSDate*) fileModificationDate
- (NSString*) fileOwnerAccountName
- (unsigned long) filePosixPermissions
- (unsigned long long) fileSize
- (unsigned long) fileSystemFileNumber
- (unsigned long) fileSystemNumber
- (NSString*) fileType
- (id) initWithContentsOfFile: (NSString*)path
- (id) initWithDictionary: (NSDictionary*)otherDictionary
- (id) initWithDictionary: (NSDictionary*)otherDictionary
- (id) initWithObjects: (NSArray*)objects
- (id) initWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned int)count
- (id) initWithObjectsAndKeys: (id)object,
- (BOOL) isEqualToDictionary: (NSDictionary*)otherDictionary
- (NSEnumerator*) keyEnumerator
- (NSArray*) keysSortedByValueUsingSelector: (SEL)comparator
- (NSEnumerator*) objectEnumerator
- (id) objectForKey: (id)aKey
- (NSArray*) objectsForKeys: (NSArray*)keys notFoundMarker: (id)anObject
- (BOOL) writeToFile: (NSString*)path atomically: (BOOL)flag