- initWithObject:type:index:
Creates a change object that represents inserting or removing an object from an ordered collection at a specific index.
ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入または除去することを表します。
- initWithObject:type:index:associatedIndex:
Creates a change object that represents inserting, removing, or moving an object from an ordered collection at a specific index.
ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入、除去、または移動することを表します。
+ changeWithObject:type:index:associatedIndex:
Creates an change object that represents inserting or removing an object from an ordered collection at a specific index, matched with an associated location that infers a move within the collection.
ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入または除去することを表します、ある移動をコレクション内で暗示するある結び付けられた位置と組み合わされます。