![]() |
API 0.9.5
|
#import <CPMutableSet.h>
Instance Methods | |
(void) | - addObjectsFromArray: |
(void) | - filterUsingPredicate: |
(id) | - initWithCapacity: |
(void) | - intersectSet: |
(void) | - minusSet: |
(void) | - removeAllObjects |
(void) | - removeObject: |
(void) | - removeObjectsInArray: |
(void) | - setSet: |
(void) | - unionSet: |
Class Methods | |
(id) | + setWithCapacity: |
This class is just an empty subclass of CPSet. CPSet already implements mutable methods and this class only exists for source compatability.
Definition at line 2 of file CPMutableSet.h.
- (void) addObjectsFromArray: | (CPArray) | objects |
Definition at line 69 of file CPMutableSet.j.
- (void) filterUsingPredicate: | (CPPredicate) | aPredicate |
Reimplemented from CPSet.
Definition at line 32 of file CPMutableSet.j.
- (id) initWithCapacity: | (unsigned) | aCapacity |
Definition at line 18 of file CPMutableSet.j.
- (void) intersectSet: | (CPSet) | aSet |
Definition at line 107 of file CPMutableSet.j.
- (void) minusSet: | (CPSet) | aSet |
Definition at line 94 of file CPMutableSet.j.
- (void) removeAllObjects |
Definition at line 56 of file CPMutableSet.j.
- (void) removeObject: | (id) | anObject |
Definition at line 42 of file CPMutableSet.j.
- (void) removeObjectsInArray: | (CPArray) | anArray |
Definition at line 47 of file CPMutableSet.j.
- (void) setSet: | (CPSet) | aSet |
Definition at line 127 of file CPMutableSet.j.
+ (id) setWithCapacity: | (CPUInteger) | aCapacity |
Definition at line 27 of file CPMutableSet.j.
- (void) unionSet: | (CPSet) | aSet |
Definition at line 81 of file CPMutableSet.j.