Enumeration 列挙

NSKeyValueSetMutationKind

The kinds of mutation that you can make to an unordered collection. 変化のさまざまな種類、それはあなたが順不同コレクションにすることができます。

Declaration 宣言

typedef enum NSKeyValueSetMutationKind : NSUInteger {
    ...
} NSKeyValueSetMutationKind;

Overview 概要

These constants are specified as the mutationKind parameter to the methods willChangeValueForKey:withSetMutation:usingObjects: and didChangeValueForKey:withSetMutation:usingObjects:. Their semantics correspond exactly to the NSMutableSet class methods unionSet:, minusSet:, intersectSet:, and the instance method setSet:. これらの定数は、mutationKindパラメータとしてメソッドwillChangeValueForKey:withSetMutation:usingObjects:didChangeValueForKey:withSetMutation:usingObjects:に対して指定されます。それらの意味論は、正確にNSMutableSetのクラスメソッドunionSet:minusSet:intersectSet:、そしてインスタンスメソッドsetSet:と一致します。

Topics 話題

Constants 定数