init(insert: IndexSet, insertedObjects : [Any]?, remove: IndexSet, removedObjects : [Any]?)
Creates an ordered collection difference from arrays of inserted and removed objects with corresponding sets of indices.
ある順序コレクション差異を作成します、挿入および除去オブジェクトそれらからなる配列から、対応するインデックスの集合をつかって。
init(insert: IndexSet, insertedObjects : [Any]?, remove: IndexSet, removedObjects : [Any]?, additionalChanges : [NSOrderedCollectionChange])
Creates an ordered collection difference from arrays of inserted and removed objects with corresponding sets of indices, in addition to an array of ordered collection changes.
順序コレクション差異を作成します、挿入および除去オブジェクトそれらからなる配列から、対応するインデックスの集合をつかって、それに加えて順序コレクション変化からなるある配列も。