+ indexSet
Creates an empty index set.
空のインデックス集合を作成します。
+ indexSetWithIndex:
Creates an index set with an index.
あるインデックスでインデックス集合を作成します。
+ indexSetWithIndexesInRange:
Creates an index set with an index range.
あるインデックス範囲でインデックス集合を作成します。
init
Initializes an allocated
NSIndexSet
object.
アロケートされたNSIndexSet
オブジェクトを初期化します。
- initWithIndexesInRange:
Initializes an allocated
NSIndexSet
object with an index range.
アロケートされたNSIndexSet
オブジェクトをあるインデックス範囲で初期化します。
- initWithIndexSet:
Initializes an allocated
NSIndexSet
object with an index set.
アロケートされたNSIndexSet
オブジェクトをあるインデックス集合で初期化します。