intersection abstract method

Set<T> intersection(
  1. Set<T> other
)

Implementation

Set<T> intersection(Set<T> other);