#import <EDKeyedCollection.h>
Abgeleitet von EDCollection.
Basisklasse für EDContentFormatsCollection und EDSortedCollection.
Öffentliche Methoden | |
| (void) | - dealloc |
| (id) | - copyWithZone: |
| (unsigned int) | - addObject: |
| (void) | - insertObject:atIndex: |
| (void) | - removeObjectAtIndex: |
| (void) | - removeAllObjects |
| (id) | - objectWithKey: |
Geschützte Attribute | |
| NSMapTable * | mMap |
Definiert in Zeile 11 der Datei EDKeyedCollection.h.
| - (void) dealloc |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Implementiert EDCollection.
| - (unsigned int) addObject: | (id) | fp8 |
Implementiert EDCollection.
Implementiert in EDContentFormatsCollection, EDRows und EDSortedCollection.
| - (void) insertObject: | (id) | fp8 | ||
| atIndex: | (unsigned int) | fp12 | ||
Implementiert in EDSortedCollection.
| - (void) removeObjectAtIndex: | (unsigned int) | fp8 |
Implementiert EDCollection.
| - (void) removeAllObjects |
Implementiert EDCollection.
| - (id) objectWithKey: | (int) | fp8 |
- (NSMapTable*) mMap [protected] |
Definiert in Zeile 13 der Datei EDKeyedCollection.h.