unionSet:

Adds each object in another given set to the receiving set, if not present. 別の与えられた集合の中の各オブジェクトを受け手側の集合に加えます、もし存在しないならば。

Declaration 宣言

- (void)unionSet:(NSSet *)otherSet

Parameters パラメータ

otherSet

The set of objects to add to the receiving set. 受け手側の集合に加えることになるオブジェクトからなる集合。

Overview 概要

For each object in otherSet that is present in the set, this method increments the associated count. 集合の中に存在するotherSetの中の各オブジェクトに対して、このメソッドは結び付けられた計数を漸増します。

See Also 参照

Combining and Recombining Sets 集合の結合と再結合

Related Documentation 関連文書