Methods in org.jboss.util that return EnumSet |
static
|
EnumSet.allOf(Class<E> enumType)
|
EnumSet<E> |
EnumSet.clone()
|
static
|
EnumSet.complementOf(EnumSet<E> s)
|
static
|
EnumSet.copyOf(Collection<E> c)
|
static
|
EnumSet.copyOf(EnumSet<E> s)
|
static
|
EnumSet.noneOf(Class<E> enumType)
|
static
|
EnumSet.of(E e)
|
static
|
EnumSet.of(E first,
E... rest)
|
static
|
EnumSet.of(E e1,
E e2)
|
static
|
EnumSet.of(E e1,
E e2,
E e3)
|
static
|
EnumSet.of(E e1,
E e2,
E e3,
E e4)
|
static
|
EnumSet.of(E e1,
E e2,
E e3,
E e4,
E e5)
|
static
|
EnumSet.range(E from,
E to)
|