- isSubsetOfSet:
Returns a Boolean value that indicates whether every object in the receiving set is also present in another given set.
あるブール値を返します、それは受け手側の集合の中のあらゆるオブジェクトが別の与えられた集合の中にも存在するかどうかを指し示します。
- intersectsSet:
Returns a Boolean value that indicates whether at least one object in the receiving set is also present in another given set.
あるブール値を返します、それは受け手側の集合の中の少なくとも1つのオブジェクトが別の与えられた集合の中にも存在するかどうかを指し示します。
- isEqualToSet:
Compares the receiving set to another set.
受け手側の集合を別の集合と比較します。
- valueForKey:
Return a set containing the results of invoking
valueForKey:
on each of the receiving set's members.
ある集合を返します、valueForKey:
を受け手側の集合のもつメンバのそれぞれで発動する結果を含んでいます。