OOCMutableSet : OOCSetUnsorted mutable collection- (void) add:(OOCModel*)model Adds a model to the set. - (void) remove:(OOCModel*)model Removes a model from the set. - (void) replace:(id<NSFastEnumeration>)models Removes all objects in the set and adds the ones specified in models.Updated 3 months ago OOCSet : OOCCollectionOOCList : OOCCollection