[Previous]
[Up]
[Next]
NSMutableSet
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSSet.h
Inherits from: NSSet
Conforms to: NSCoding
+ (id) allocWithZone: (NSZone*)zone
+ (id) setWithCapacity: (unsigned int)numItems
- (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