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

containsIndexes:

Indicates whether the receiving index set contains a superset of the indexes in another index set. 受け手側インデックス集合が別のインデックス集合の中のインデックスのスーパーセットを含むかどうかを指し示します。

Declaration 宣言

- (BOOL)containsIndexes:(NSIndexSet *)indexSet;

Parameters パラメータ

indexSet

Index set being inquired about. それについて尋ねられているインデックス集合。

Return Value 戻り値

YES when the receiving index set contains a superset of the indexes in indexSet, NO otherwise. YES、受け手側インデックス集合がindexSetの中のインデックスのスーパーセットを含む場合、そうでなければNO

See Also 参照

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