The NSMutableSet class declares the programmatic interface to a mutable, unordered collection of distinct objects.
The NSMutableSet class declares the programmatic interface to an object that manages a mutable set of objects. NSMutableSet provides support for the mathematical concept of a set.
NSMutableSet is “toll-free bridged” with its Core Foundation counterpart, CFMutableSetRef.