NSMutableSet
0.1
28 February, 2000
NSMutableSet
Foundation/NSSet.h
NSCoding
allocWithZone:
zone
setWithCapacity:
numItems
addObject:
anObject
addObjectsFromArray:
anArray
initWithCapacity:
numItems
intersectSet:
otherSet
minusSet:
otherSet
removeAllObjects
removeObject:
anObject
setSet:
otherSet
unionSet:
otherSet