[Previous] [Up] [Next]

NSMutableSet

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSMutableSet

NSMutableSet

Declared in: Foundation/NSSet.h

Inherits from: NSSet

Conforms to: NSCoding


Instance Variables

Methods


Class Methods

allocWithZone:

+ (id) allocWithZone: (NSZone*)zone;

setWithCapacity:

+ (id) setWithCapacity: (unsigned int)numItems;


Instances Methods

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;