Package apple.foundation.enums
Class NSKeyValueSetMutationKind
- java.lang.Object
-
- apple.foundation.enums.NSKeyValueSetMutationKind
-
public final class NSKeyValueSetMutationKind extends java.lang.ObjectPossible kinds of set mutation for use with -willChangeValueForKey:withSetMutation:usingObjects: and -didChangeValueForKey:withSetMutation:usingObjects:. Their semantics correspond exactly to NSMutableSet's -unionSet:, -minusSet:, -intersectSet:, and -setSet: method, respectively.
-
-
Field Summary
Fields Modifier and Type Field Description static longIntersectSetMutationstatic longMinusSetMutationstatic longSetSetMutationstatic longUnionSetMutation
-
-
-
Field Detail
-
UnionSetMutation
public static final long UnionSetMutation
- See Also:
- Constant Field Values
-
MinusSetMutation
public static final long MinusSetMutation
- See Also:
- Constant Field Values
-
IntersectSetMutation
public static final long IntersectSetMutation
- See Also:
- Constant Field Values
-
SetSetMutation
public static final long SetSetMutation
- See Also:
- Constant Field Values
-
-