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

isSupersetOfSet:

Returns a Boolean value that indicates whether the receiver is a superset of another given character set. レシーバが別の与えられた文字集合のスーパーセットであるかどうかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)isSupersetOfSet:(NSCharacterSet *)theOtherSet;

Parameters パラメータ

theOtherSet

A character set. ある文字集合。

Return Value 戻り値

YES if the receiver is a superset of theOtherSet, otherwise NO. YES、もしレシーバがtheOtherSetの上位集合であるならば、そうでなければNO

See Also 参照

Testing Set Membership 集合メンバーシップをテストする