E
- enumeration typepublic abstract class EnumSet<E extends Enum<E>> extends AbstractSet<E>
Modifier and Type | Method and Description |
---|---|
static <E extends Enum<E>> |
allOf(Class<E> elementType) |
abstract EnumSet<E> |
clone() |
static <E extends Enum<E>> |
complementOf(EnumSet<E> other) |
static <E extends Enum<E>> |
copyOf(Collection<E> c) |
static <E extends Enum<E>> |
copyOf(EnumSet<E> s) |
static <E extends Enum<E>> |
noneOf(Class<E> elementType) |
static <E extends Enum<E>> |
of(E first) |
static <E extends Enum<E>> |
of(E first,
E... rest) |
static <E extends Enum<E>> |
range(E from,
E to) |
equals, hashCode, removeAll
public static <E extends Enum<E>> EnumSet<E> copyOf(Collection<E> c)
Copyright © 2018. All rights reserved.