A set of the same type as the current set.
現在の集合と同じ型の集合。
Return Value
戻り値
A new set.
新しい集合。
Discussion
解説
In the following example, the bothNeighborsAndEmployees set is made up of the elements that are in both the employees and neighbors sets. Elements that are in only one or the other are left out of the result of the intersection.
次の例において、bothNeighborsAndEmployees集合はemployeesとneighbors集合の両方にある要素から作り上げられます。どちらか一方にだけある要素は、交叉の結果から除外されます。
Returns a new set with the elements that are either in this set or in the given set, but not in both.
この集合の中か与えられた集合の中かどちらかの、しかし両方の中にではない要素を持つ新しい集合を返します。
Removes the elements of the set that are also in the given set and adds the members of the given set that are not already in the set.
与えられた集合の中にもあるこの集合の要素を削除します、そして与えられた集合のメンバでこの集合の中にはまだないものを加えます。