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

intersectsIndexesInRange:

Indicates whether the index set contains any of the indexes in a range. インデックス集合がある範囲の中のインデックスのいくらかを含むかどうかを指し示します。

Declaration 宣言

- (BOOL)intersectsIndexesInRange:(NSRange)range;

Parameters パラメータ

indexRange

Index range being inquired about. それについて尋ねられているインデックス範囲。

Return Value 戻り値

YES when the index set contains one or more of the indexes in indexRange, NO otherwise. YES、インデックス集合がindexRangeの中の1つ以上のインデックスを含む場合、そうでなければNO

See Also 参照

Querying Index Sets インデックス集合に問い合わせる