#import <NSMutableSet-NSMutableSet.h>
Öffentliche Methoden | |
| (void) | - addObject: |
| (void) | - removeObject: |
| (Class) | - classForCoder |
| (void) | - addObjectsFromArray: |
| (void) | - _replaceObject: |
| (void) | - _setObject: |
| (void) | - intersectSet: |
| (void) | - minusSet: |
| (void) | - removeAllObjects |
| (void) | - setSet: |
| (void) | - unionSet: |
| (id) | - initWithCapacity: |
| (id) | - initWithObjects:count: |
Öffentliche, statische Methoden | |
| (id) | + setWithCapacity: |
Definiert in Zeile 9 der Datei NSMutableSet-NSMutableSet.h.
| + (id) setWithCapacity: | (unsigned int) | fp8 |
| - (void) addObject: | (id) | fp8 |
| - (void) removeObject: | (id) | fp8 |
| - (Class) classForCoder |
| - (void) addObjectsFromArray: | (id) | fp8 |
| - (void) _replaceObject: | (id) | fp8 |
| - (void) _setObject: | (id) | fp8 |
| - (void) intersectSet: | (id) | fp8 |
| - (void) minusSet: | (id) | fp8 |
| - (void) removeAllObjects |
| - (void) setSet: | (id) | fp8 |
| - (void) unionSet: | (id) | fp8 |
| - (id) initWithCapacity: | (unsigned int) | fp8 |
| - (id) initWithObjects: | (id *) | fp8 | ||
| count: | (unsigned int) | fp12 | ||