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

removeObject(at:)

Removes a the object at the specified index from the mutable ordered set. あるオブジェクトを指定されたインデックスでこの可変の順序集合から取り除きます。

Declaration 宣言

func removeObject(at idx: Int)

Parameters パラメータ

idx

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

Discussion 議論

To fill the gap, all elements beyond index are moved by subtracting 1 from their index. 隙間を埋めるために、インデックスを越える全ての要素はそれらのインデックスから1引かれることによって移動されます。

See Also 参照

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