All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
static <E extends Enum<E>> TEnumSet<E> |
allOf(Class<E> elementType) |
TEnumSet<E> |
clone() |
static <E extends Enum<E>> TEnumSet<E> |
complementOf(TEnumSet<E> s) |
static <E extends Enum<E>> TEnumSet<E> |
copyOf(Collection<E> c) |
static <E extends Enum<E>> TEnumSet<E> |
copyOf(TEnumSet<E> s) |
static <E extends Enum<E>> TEnumSet<E> |
noneOf(Class<E> elementType) |
static <E extends Enum<E>> TEnumSet<E> |
of(E e) |
static <E extends Enum<E>> TEnumSet<E> |
of(E first,
E... rest) |
static <E extends Enum<E>> TEnumSet<E> |
of(E e1,
E e2) |
static <E extends Enum<E>> TEnumSet<E> |
of(E e1,
E e2,
E e3) |
static <E extends Enum<E>> TEnumSet<E> |
of(E e1,
E e2,
E e3,
E e4) |
static <E extends Enum<E>> TEnumSet<E> |
of(E e1,
E e2,
E e3,
E e4,
E e5) |