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

removeObjectsInRange:

Removes from the mutable ordered set each of the objects within a given range. 可変の順序集合からある与えられた範囲内のオブジェクトのそれぞれを取り除きます。

Declaration 宣言

- (void)removeObjectsInRange:(NSRange)range;

Parameters パラメータ

range

The range of the objects to remove from the mutable ordered set. この可変の順序集合から取り除くことになるオブジェクトそれらの範囲。

Discussion 議論

The objects are removed using removeObjectAtIndex:. オブジェクトは、removeObjectAtIndex:を使って取り除かれます。

See Also 参照

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