difference abstract method

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

Implementation

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