var changeType : NSCollectionChangeType
The type of change.
変更の型。
var object: Any?
An object the change inserts or removes.
その変更が挿入または除去するあるオブジェクト。
var associatedIndex : Int
When this property is set to a value other than
NSNotFound
, the receiver is one half of a move, and this value is the index of the change’s counterpart of the opposite type in the diff.
このプロパティがNSNotFound
以外の値に設定される時、レシーバはあるひとつの移動の半分です、そしてこの値は、diffにおける反対型の、この変更のもつ対応物のインデックスです。