API ReferenceOOCMutableSet : 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 about 1 year ago OOCSet : OOCCollectionOOCList : OOCCollectionCopy Page