public static enum IcedHashMapBase.ArrayType extends java.lang.Enum<IcedHashMapBase.ArrayType>
| Enum Constant and Description |
|---|
Array |
None |
PrimitiveArray |
| Modifier and Type | Method and Description |
|---|---|
static IcedHashMapBase.ArrayType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IcedHashMapBase.ArrayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IcedHashMapBase.ArrayType None
public static final IcedHashMapBase.ArrayType Array
public static final IcedHashMapBase.ArrayType PrimitiveArray
public static IcedHashMapBase.ArrayType[] values()
for (IcedHashMapBase.ArrayType c : IcedHashMapBase.ArrayType.values()) System.out.println(c);
public static IcedHashMapBase.ArrayType 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