#import <NSMutableDictionary-NSMutableDictionary.h>
Öffentliche Methoden | |
| (void) | - setObject:forKey: |
| (void) | - removeObjectForKey: |
| (Class) | - classForCoder |
| (void) | - setDictionary: |
| (void) | - addEntriesFromDictionary: |
| (void) | - invert |
| (void) | - removeAllObjects |
| (void) | - removeObjectsForKeys: |
| (void) | - removeKeysForObject: |
| (void) | - _addObject:forKey: |
| (void) | - _replaceObject:forKey: |
| (id) | - initWithCapacity: |
| (id) | - initWithObjects:forKeys:count: |
| (id) | - initWithContentsOfFile: |
| (id) | - initWithContentsOfURL: |
Öffentliche, statische Methoden | |
| (id) | + dictionaryWithCapacity: |
Definiert in Zeile 9 der Datei NSMutableDictionary-NSMutableDictionary.h.
| + (id) dictionaryWithCapacity: | (unsigned int) | fp8 |
| - (void) setObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) removeObjectForKey: | (id) | fp8 |
| - (Class) classForCoder |
| - (void) setDictionary: | (id) | fp8 |
| - (void) addEntriesFromDictionary: | (id) | fp8 |
| - (void) invert |
| - (void) removeAllObjects |
| - (void) removeObjectsForKeys: | (id) | fp8 |
| - (void) removeKeysForObject: | (id) | fp8 |
| - (void) _addObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) _replaceObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) initWithCapacity: | (unsigned int) | fp8 |
| - (id) initWithObjects: | (id *) | fp8 | ||
| forKeys: | (id *) | fp12 | ||
| count: | (unsigned int) | fp16 | ||
| - (id) initWithContentsOfFile: | (id) | fp8 |
| - (id) initWithContentsOfURL: | (id) | fp8 |