[Previous] [Up] [Next]

NSMutableSet

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSMutableSet

NSMutableSet

Declared in: Foundation/NSSet.h

Inherits from: NSSet

Conforms to: NSCoding



allocWithZone:

+ (id) allocWithZone: (NSZone*)zone

setWithCapacity:

+ (id) setWithCapacity: (unsigned int)numItems

addObject:

- (void) addObject: (id)anObject

addObjectsFromArray:

- (void) addObjectsFromArray: (NSArray*)anArray

initWithCapacity:

- (id) initWithCapacity: (unsigned int)numItems

intersectSet:

- (void) intersectSet: (NSSet*)otherSet

minusSet:

- (void) minusSet: (NSSet*)otherSet

removeAllObjects

- (void) removeAllObjects

removeObject:

- (void) removeObject: (id)anObject

setSet:

- (void) setSet: (NSSet*)otherSet

unionSet:

- (void) unionSet: (NSSet*)otherSet