NSDictionary(NSDictionary) Klassenreferenz

#import <NSDictionary-NSDictionary.h>

Aufstellung aller Elemente


Öffentliche Methoden

(unsigned int) - count
(id) - objectForKey:
(id) - keyEnumerator
(unsigned long) - _cfTypeID
(id) - description
(id) - debugDescription
(unsigned int) - hash
(BOOL) - isEqual:
(id) - copyWithZone:
(id) - mutableCopyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:
(Class) - classForCoder
(BOOL) - isEqualToDictionary:
(unsigned int) - countByEnumeratingWithState:objects:count:
(id) - objectEnumerator
(id) - allKeys
(id) - allValues
(BOOL) - containsKey:
(BOOL) - containsObject:
(BOOL) - _getValue:forKey:
(unsigned int) - countForKey:
(unsigned int) - countForObject:
(id) - allKeysForObject:
(id) - descriptionWithLocale:
(id) - descriptionWithLocale:indent:
(id) - descriptionInStringsFileFormat
(id) - _stringToWrite
(BOOL) - writeToFile:atomically:
(BOOL) - writeToURL:atomically:
(id) - invertedDictionary
(id) - objectsForKeys:notFoundMarker:
(id) - keysSortedByValueUsingSelector:
(void) - getObjects:andKeys:
(void) - getKeys:
(void) - getObjects:
(void) - _apply:context:
(id) - initWithObjects:forKeys:count:
(id) - initWithObjects_ex:forKeys:count:
(id) - initWithObjectsAndKeys:
(id) - initWithObjects:forKeys:
(id) - initWithDictionary:
(id) - initWithDictionary:copyItems:
(id) - initWithContentsOfFile:
(id) - initWithContentsOfURL:

Öffentliche, statische Methoden

(id) + allocWithZone:
(id) + dictionary
(id) + dictionaryWithObjects:forKeys:count:
(id) + dictionaryWithObject:forKey:
(id) + dictionaryWithObjects:forKeys:
(id) + dictionaryWithObjectsAndKeys:
(id) + dictionaryWithContentsOfFile:
(id) + dictionaryWithContentsOfURL:
(id) + dictionaryWithDictionary:

Ausführliche Beschreibung

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


Dokumentation der Elementfunktionen

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

+ (id) dictionary  

+ (id) dictionaryWithObjects: (id *)  fp8
forKeys: (id *)  fp12
count: (unsigned int)  fp16 

+ (id) dictionaryWithObject: (id)  fp8
forKey: (id)  fp12 

+ (id) dictionaryWithObjects: (id)  fp8
forKeys: (id)  fp12 

+ (id) dictionaryWithObjectsAndKeys: (id)  fp8  

+ (id) dictionaryWithContentsOfFile: (id)  fp8  

+ (id) dictionaryWithContentsOfURL: (id)  fp8  

+ (id) dictionaryWithDictionary: (id)  fp8  

- (unsigned int) count  

- (id) objectForKey: (id)  fp8  

- (id) keyEnumerator  

- (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  

- (BOOL) isEqualToDictionary: (id)  fp8  

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

- (id) objectEnumerator  

- (id) allKeys  

- (id) allValues  

- (BOOL) containsKey: (id)  fp8  

- (BOOL) containsObject: (id)  fp8  

- (BOOL) _getValue: (id *)  fp8
forKey: (id)  fp12 

- (unsigned int) countForKey: (id)  fp8  

- (unsigned int) countForObject: (id)  fp8  

- (id) allKeysForObject: (id)  fp8  

- (id) descriptionWithLocale: (id)  fp8  

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

- (id) descriptionInStringsFileFormat  

- (id) _stringToWrite  

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

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

- (id) invertedDictionary  

- (id) objectsForKeys: (id)  fp8
notFoundMarker: (id)  fp12 

- (id) keysSortedByValueUsingSelector: (SEL)  fp8  

- (void) getObjects: (id *)  fp8
andKeys: (id *)  fp12 

- (void) getKeys: (id *)  fp8  

- (void) getObjects: (id *)  fp8  

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

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

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

- (id) initWithObjectsAndKeys: (id)  fp8  

- (id) initWithObjects: (id)  fp8
forKeys: (id)  fp12 

- (id) initWithDictionary: (id)  fp8  

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

- (id) initWithContentsOfFile: (id)  fp8  

- (id) initWithContentsOfURL: (id)  fp8  


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