Home | History | Annotate | Download | only in collect

Lines Matching defs:complementOf

397    * method has the same behavior as {@link EnumSet#complementOf}. Otherwise,
400 * {@link #complementOf(Collection, Class)} instead of this method.
409 public static <E extends Enum<E>> EnumSet<E> complementOf(
412 return EnumSet.complementOf((EnumSet<E>) collection);
423 * {@link EnumSet#complementOf}, but can act on any input collection, as long
432 public static <E extends Enum<E>> EnumSet<E> complementOf(
436 ? EnumSet.complementOf