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

replaceObject(at:with:)

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

Declaration 宣言

func replaceObject(at idx: Int, 
              with object: Any)

Parameters パラメータ

idx

The index of the object to be replaced. This value must not exceed the bounds of the mutable ordered set. 置き換えられることになるオブジェクトのインデックス。この値は、可変の順序集合の境界を越えてはなりません。

object

The object with which to replace the object at the index in the ordered set specified by idx. このオブジェクトで、idxによって指定される順序集合の中のインデックスでのオブジェクトを置き換えることになります。

See Also 参照

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