intersection abstract method

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

Implementation

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