[Previous]
[Up]
[Next]
NSMutableSet
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSSet.h
Inherits from: NSSet
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (id) allocWithZone: (NSZone*)zone;
+ (id) setWithCapacity: (unsigned int)numItems;
Instances Methods
- (void) addObject: (id)anObject;
- (void) addObjectsFromArray: (NSArray*)anArray;
- (id) initWithCapacity: (unsigned int)numItems;
- (void) intersectSet: (NSSet*)otherSet;
- (void) minusSet: (NSSet*)otherSet;
- (void) removeAllObjects;
- (void) removeObject: (id)anObject;
- (void) setSet: (NSSet*)otherSet;
- (void) unionSet: (NSSet*)otherSet;