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

exchangeObject(at:withObjectAt:)

Exchanges the object at the specified index with the object at the other index. 指定されたインデックスでのオブジェクトを他のインデックスでのオブジェクトと交換します。

Declaration 宣言

func exchangeObject(at idx1: Int, 
       withObjectAt idx2: Int)

Parameters パラメータ

idx1

The index of the first object. 最初のオブジェクトのインデックス。

idx2

The index of the second object. 2番目のオブジェクトのインデックス。

See Also 参照

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