Package | Description |
---|---|
java.lang | |
java.util |
Modifier and Type | Class and Description |
---|---|
class |
Enum<E extends Enum<E>>
The first-class representation of an enumeration.
|
Modifier and Type | Method and Description |
---|---|
protected static <T extends Enum<T>> |
Enum.createValueOfMap(T[] enumConstants) |
static <T extends Enum<T>> |
Enum.valueOf(Class<T> enumType,
String name) |
protected static <T extends Enum<T>> |
Enum.valueOf(JavaScriptObject map,
String name) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Enum<T>> |
Enum.createValueOfMap(T[] enumConstants) |
Modifier and Type | Class and Description |
---|---|
class |
EnumMap<K extends Enum<K>,V>
|
class |
EnumSet<E extends Enum<E>>
|
Modifier and Type | Method and Description |
---|---|
static <E extends Enum<E>> |
EnumSet.allOf(Class<E> elementType) |
static <E extends Enum<E>> |
EnumSet.complementOf(EnumSet<E> other) |
static <E extends Enum<E>> |
EnumSet.copyOf(Collection<E> c) |
static <E extends Enum<E>> |
EnumSet.copyOf(EnumSet<E> s) |
static <E extends Enum<E>> |
EnumSet.noneOf(Class<E> elementType) |
static <E extends Enum<E>> |
EnumSet.of(E first) |
static <E extends Enum<E>> |
EnumSet.of(E first,
E... rest) |
static <E extends Enum<E>> |
EnumSet.range(E from,
E to) |
Modifier and Type | Method and Description |
---|---|
static <E extends Enum<E>> |
EnumSet.of(E first,
E... rest) |
Copyright © 2018. All rights reserved.