Type Method 型メソッド

indexSetWithIndex:

Creates an index set with an index. あるインデックスでインデックス集合を作成します。

Declaration 宣言

+ (instancetype)indexSetWithIndex:(NSUInteger)value;

Parameters パラメータ

index

An index. あるインデックス。 Must be in the range 0 .. NSNotFound - 1.

Return Value 戻り値

NSIndexSet object containing index. NSIndexSetオブジェクト、それはindexを含んでいます。

See Also 参照

Creating Index Sets インデックス集合を作成する