API 0.9.5
CPSet Class Reference

#import <CPSet.h>

Inheritance diagram for CPSet:

List of all members.

Instance Methods

(CPArray- allObjects
(id) - anyObject
(BOOL) - containsObject:
(id) - copy
(CPUInteger) - count
(CPString- description
(void) - encodeWithCoder:
(void) - enumerateObjectsUsingBlock:
(CPSet- filteredSetUsingPredicate:
(void) - filterUsingPredicate:
(id) - init
(id) - initWithArray:
(id) - initWithCoder:
(id) - initWithObjects:
(id) - initWithObjects:count:
(id) - initWithSet:
(id) - initWithSet:copyItems:
(BOOL) - intersectsSet:
(BOOL) - isEqual:
(BOOL) - isEqualToSet:
(BOOL) - isSubsetOfSet:
(void) - makeObjectsPerformSelector:
(void) - makeObjectsPerformSelector:withObject:
(void) - makeObjectsPerformSelector:withObjects:
(id) - member:
(id) - mutableCopy
(CPEnumerator- objectEnumerator
(CPSet- objectsPassingTest:
(id) - setByAddingObject:
(id) - setByAddingObjectsFromArray:
(id) - setByAddingObjectsFromSet:
(void) - setValue:forKey:
(id) - valueForKey:
(id) - valueForKeyPath:

Class Methods

(id) + alloc
(id) + set
(id) + setWithArray:
(id) + setWithObject:
(id) + setWithObjects:
(id) + setWithObjects:count:
(id) + setWithSet:

Detailed Description

Definition at line 215 of file CPPredicate.j.


Method Documentation

- (CPArray) allObjects

Definition at line 186 of file CPSet.j.

+ (id) alloc

Definition at line 31 of file CPSet.j.

- (id) anyObject

Definition at line 201 of file CPSet.j.

- (BOOL) containsObject: (id)  anObject

Definition at line 210 of file CPSet.j.

- (id) copy

Definition at line 378 of file CPSet.j.

- (CPUInteger) count

Definition at line 178 of file CPSet.j.

- (CPString) description

Definition at line 357 of file CPSet.j.

- (void) encodeWithCoder: (CPCoder aCoder

Definition at line 399 of file CPSet.j.

- (void) enumerateObjectsUsingBlock: (Function)  aFunction

Definition at line 279 of file CPSet.j.

- (void) filteredSetUsingPredicate: (CPPredicate predicate

Definition at line 217 of file CPPredicate.j.

- (void) filterUsingPredicate: (CPPredicate predicate

Reimplemented in CPMutableSet.

Definition at line 234 of file CPPredicate.j.

- (id) init

Definition at line 117 of file CPSet.j.

- (id) initWithArray: (CPArray anArray

Definition at line 126 of file CPSet.j.

- (id) initWithCoder: (CPCoder aCoder

Definition at line 394 of file CPSet.j.

- (id) initWithObjects: (id)  anObject
,   ... 

Definition at line 136 of file CPSet.j.

- (id) initWithObjects: (CPArray objects
count: (CPUInteger)  aCount 

Definition at line 148 of file CPSet.j.

- (id) initWithSet: (CPSet aSet

Definition at line 159 of file CPSet.j.

- (id) initWithSet: (CPSet aSet
copyItems: (BOOL)  shouldCopyItems 

Definition at line 167 of file CPSet.j.

- (BOOL) intersectsSet: (CPSet aSet

Definition at line 323 of file CPSet.j.

- (BOOL) isEqual: (CPSet aSet

Definition at line 348 of file CPSet.j.

- (BOOL) isEqualToSet: (CPSet aSet

Definition at line 343 of file CPSet.j.

- (BOOL) isSubsetOfSet: (CPSet aSet

Definition at line 307 of file CPSet.j.

- (void) makeObjectsPerformSelector: (SEL)  aSelector

Definition at line 232 of file CPSet.j.

- (void) makeObjectsPerformSelector: (SEL)  aSelector
withObject: (id)  anObject 

Definition at line 242 of file CPSet.j.

- (void) makeObjectsPerformSelector: (SEL)  aSelector
withObjects: (CPArray objects 

Definition at line 252 of file CPSet.j.

- (id) member: (id)  anObject

Definition at line 269 of file CPSet.j.

- (id) mutableCopy

Definition at line 383 of file CPSet.j.

- (CPEnumerator) objectEnumerator

Definition at line 274 of file CPSet.j.

- (CPSet) objectsPassingTest: (Function)  aFunction

Definition at line 290 of file CPSet.j.

+ (id) set

Definition at line 42 of file CPSet.j.

- (id) setByAddingObject: (id)  anObject

Definition at line 99 of file CPSet.j.

- (id) setByAddingObjectsFromArray: (CPArray anArray

Definition at line 109 of file CPSet.j.

- (id) setByAddingObjectsFromSet: (CPSet aSet

Definition at line 104 of file CPSet.j.

- (void) setValue: (id)  aValue
forKey: (CPString aKey 

Reimplemented from CPObject.

Definition at line 427 of file CPSet.j.

+ (id) setWithArray: (CPArray anArray

Definition at line 51 of file CPSet.j.

+ (id) setWithObject: (id)  anObject

Definition at line 60 of file CPSet.j.

+ (id) setWithObjects: (id)  anObject
,   ... 

Definition at line 80 of file CPSet.j.

+ (id) setWithObjects: (id)  objects
count: (CPUInteger)  count 

Definition at line 70 of file CPSet.j.

+ (id) setWithSet: (CPSet set

Definition at line 94 of file CPSet.j.

- (id) valueForKey: (CPString aKey

Reimplemented from CPObject.

Definition at line 408 of file CPSet.j.

- (id) valueForKeyPath: (CPString aKeyPath

Reimplemented from CPObject.

Definition at line 379 of file CPSet+KVO.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines