public static enum Options.Impl extends Enum<Options.Impl>
Enum Constant and Description |
---|
bits32
Represent a set of labels by a 32 bit structure.
|
hash
Use java sets to represent everything ...
|
Modifier and Type | Method and Description |
---|---|
static Options.Impl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.Impl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.Impl bits32
Options.setUniverse(java.lang.String[])
, must have 32 or fewer
members.public static final Options.Impl hash
public static Options.Impl[] values()
for (Options.Impl c : Options.Impl.values()) System.out.println(c);
public static Options.Impl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null