difference abstract method

Set<E> difference(
  1. Set<Object?> other
)

Creates a new set with the elements of this that are not in other.

Implementation

Set<E> difference(Set<Object?> other);