FunkyNSMutableSetSubclass

@interface FunkyNSMutableSetSubclass : NSMutableSet

This is a subclass of the NSMutableSet class-cluster, overriding the minimum set of getters and setters in order to further subclassing it, customizing the behaviour. This particular class is equivalent of an NSMutableSet, as the implementation uses NSMutableSet for the backing store.

See

Mutable counterpart FunkyNSMutableSetSubclass
  • Converts the current subclass into a basic NSMutableSet

    Declaration

    Objective-C

    - (NSMutableSet *)NSMutableSet;

    Swift

    func nsMutableSet() -> NSMutableSet!

    Return Value

    An NSMutableSet copy of the current collection, keeping the same content