Modifier and Type | Field and Description |
---|---|
static Dictionary |
WordGamesUtil.DICTIONARY
A dictionary of lower case English words.
|
Modifier and Type | Method and Description |
---|---|
static Dictionary |
Dictionary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dictionary[] |
Dictionary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|