#import <NSCFDictionary.h>
Abgeleitet von NSMutableDictionary.
Basisklasse für NSCFDictionary__.
Öffentliche Methoden | |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (id) | - retain |
| (oneway void) | - release |
| (unsigned int) | - retainCount |
| (void) | - finalize |
| (Class) | - classForCoder |
| (id) | - copyWithZone: |
| (id) | - mutableCopyWithZone: |
| (unsigned int) | - count |
| (id) | - objectForKey: |
| (unsigned int) | - countByEnumeratingWithState:objects:count: |
| (id) | - keyEnumerator |
| (void) | - setObject:forKey: |
| (void) | - removeObjectForKey: |
| (void) | - getObjects:andKeys: |
| (void) | - removeAllObjects |
Definiert in Zeile 9 der Datei NSCFDictionary.h.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (id) retain |
| - (oneway void) release |
| - (unsigned int) retainCount |
| - (void) finalize |
Implementiert NSObject.
| - (Class) classForCoder |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (id) mutableCopyWithZone: | (struct _NSZone *) | fp8 |
| - (unsigned int) count |
| - (id) objectForKey: | (id) | fp8 |
| - (unsigned int) countByEnumeratingWithState: | (CDAnonymousStruct8 *) | fp8 | ||
| objects: | (id *) | fp12 | ||
| count: | (unsigned int) | fp16 | ||
| - (id) keyEnumerator |
| - (void) setObject: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (void) removeObjectForKey: | (id) | fp8 |
| - (void) getObjects: | (id *) | fp8 | ||
| andKeys: | (id *) | fp12 | ||
| - (void) removeAllObjects |