Instance Method インスタンスメソッド

replaceObjectsAtIndexes:withObjects:

Replaces the objects at the specified indexes with the new objects. オブジェクトそれらをこれら指定されたインデックスでこれら新しいオブジェクトと置き換えます。

Declaration 宣言

- (void)replaceObjectsAtIndexes:(NSIndexSet *)indexes 
                    withObjects:(NSArray<ObjectType> *)objects;

Parameters パラメータ

indexes

The indexes of the objects to be replaced. 置き換えられることになるオブジェクトのインデックス。

objects

The objects with which to replace the objects in the receiving mutable ordered set at the indexes specified by indexes. それで受け手側の可変の順序集合の中のオブジェクトをindexesによって指定されたインデックスで置き換えることになるオブジェクト。

The count of locations in indexes must equal the count of objects. indexesの中の位置の総数は、objectsの総数と等しくなければなりません。

Discussion 議論

The indexes in indexes are used in the same order as the objects in objects. indexesの中のインデックスは、objectsの中のオブジェクトと同じ順序で使われます。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列