union abstract method

Set<E> union(
  1. Set<E> other
)

Creates a new set with the elements of this and other.

Implementation

Set<E> union(Set<E> other);