CPSet Class Reference
[Foundation]
List of all members.
Detailed Description
Definition at line 20 of file CPSet.j.
Member Function Documentation
- (void) addObject: |
|
(id) |
anObject |
|
[implementation] |
- (void) addObjectsFromArray: |
|
(CPArray) |
array |
|
[implementation] |
- (CPArray) allObjects |
|
|
|
[implementation] |
- (id) anyObject |
|
|
|
[implementation] |
- (BOOL) containsObject: |
|
(id) |
anObject |
|
[implementation] |
- (id) copy |
|
|
|
[implementation] |
- (unsigned) count |
|
|
|
[implementation] |
- (void) encodeWithCoder: |
|
(CPCoder) |
aCoder |
|
[implementation] |
- (id) init |
|
|
|
[implementation] |
- (id) initWithArray: |
|
(CPArray) |
anArray |
|
[implementation] |
- (id) initWithCapacity: |
|
(unsigned) |
numItems |
|
[implementation] |
- (id) initWithCoder: |
|
(CPCoder) |
aCoder |
|
[implementation] |
- (id) initWithObjects: |
|
(id) |
anObject |
, |
|
|
... | |
|
|
| | [implementation] |
- (id) initWithObjects: |
|
(id) |
objects |
count: |
|
(unsigned) |
count | |
|
|
| | [implementation] |
- (id) initWithSet: |
|
(CPSet) |
aSet |
|
[implementation] |
- (id) initWithSet: |
|
(CPSet) |
aSet |
copyItems: |
|
(BOOL) |
shouldCopyItems | |
|
|
| | [implementation] |
- (void) intersectSet: |
|
(CPSet) |
set |
|
[implementation] |
- (BOOL) intersectsSet: |
|
(CPSet) |
set |
|
[implementation] |
- (BOOL) isEqualToSet: |
|
(CPSet) |
set |
|
[implementation] |
- (BOOL) isSubsetOfSet: |
|
(CPSet) |
set |
|
[implementation] |
- (void) makeObjectsPerformSelector: |
|
(SEL) |
aSelector |
|
[implementation] |
- (void) makeObjectsPerformSelector: |
|
(SEL) |
aSelector |
withObject: |
|
(id) |
argument | |
|
|
| | [implementation] |
- (id) member: |
|
(id) |
object |
|
[implementation] |
- (void) minusSet: |
|
(CPSet) |
set |
|
[implementation] |
- (id) mutableCopy |
|
|
|
[implementation] |
- (void) removeAllObjects |
|
|
|
[implementation] |
- (void) removeObject: |
|
(id) |
anObject |
|
[implementation] |
+ (id) set |
|
|
|
[implementation] |
- (void) setSet: |
|
(CPSet) |
set |
|
[implementation] |
+ (id) setWithArray: |
|
(CPArray) |
array |
|
[implementation] |
+ (id) setWithCapacity: |
|
(unsigned) |
numItems |
|
[implementation] |
+ (id) setWithObject: |
|
(id) |
anObject |
|
[implementation] |
+ (id) setWithObjects: |
|
(id) |
anObject |
, |
|
|
... | |
|
|
| | [implementation] |
+ (id) setWithObjects: |
|
(id) |
objects |
count: |
|
(unsigned) |
count | |
|
|
| | [implementation] |
+ (id) setWithSet: |
|
(CPSet) |
set |
|
[implementation] |
- (void) unionSet: |
|
(CPSet) |
set |
|
[implementation] |
The documentation for this class was generated from the following file: