- addIndex:
Adds an index to the receiver.
- addIndexesInRange:
Adds the indexes in an index range to the receiver.
あるインデックス範囲の中のインデックスをレシーバに加えます。
Availability 有効性
Technology
- (void)addIndexes:(NSIndexSet
*)indexSet;
indexSet
Index set to add. 加えるインデックス集合。
- addIndex:
- addIndexesInRange: