public static enum IcedHashMapBase.ValueType extends java.lang.Enum<IcedHashMapBase.ValueType>
Enum Constant and Description |
---|
Boolean |
Double |
Float |
Freezable |
Integer |
Long |
String |
Modifier and Type | Method and Description |
---|---|
static IcedHashMapBase.ValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IcedHashMapBase.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcedHashMapBase.ValueType String
public static final IcedHashMapBase.ValueType Freezable
public static final IcedHashMapBase.ValueType Boolean
public static final IcedHashMapBase.ValueType Integer
public static final IcedHashMapBase.ValueType Long
public static final IcedHashMapBase.ValueType Float
public static final IcedHashMapBase.ValueType Double
public static IcedHashMapBase.ValueType[] values()
for (IcedHashMapBase.ValueType c : IcedHashMapBase.ValueType.values()) System.out.println(c);
public static IcedHashMapBase.ValueType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null