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

removeObjects(at:)

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

Declaration 宣言

func removeObjects(at indexes: IndexSet)

Parameters パラメータ

indexes

The indexes of the objects to remove from the mutable ordered set. The locations specified by indexes must lie within the bounds of the mutable ordered . この可変の順序集合から取り除くことになるオブジェクトそれらのインデックス。indexesによって指定される位置は、可変の順序の境界内に置かれていなければなりません。

Discussion 議論

This method is similar to removeObject(at:), but allows you to efficiently remove multiple objects with a single operation. このメソッドはremoveObject(at:)に似ています、しかしあなたに効率的に複数のオブジェクトを単一の演算で取り除かせます。

See Also 参照

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