
V - public class ReverseEnumMap<V extends Enum<V>> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private TIntObjectMap<V> |
map |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ReverseEnumMap(Class<V> valueType) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(int num)
Converts an integer to the corresponding enum value.
|
private static final long serialVersionUID
private final TIntObjectMap<V extends Enum<V>> map
public V get(int num)
num - the index of the enum