var changeType : NSCollectionChangeType
The type of change.
変更の型。
var index: Int
The index location of the change.
変更のインデックス位置。
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における反対型の、この変更のもつ対応物のインデックスです。