Package | Description |
---|---|
enums | |
solver |
Modifier and Type | Method and Description |
---|---|
static ColorsEnum |
ColorsEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorsEnum[] |
ColorsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Corner.hasColor(ColorsEnum color)
Checks if corner has an element with given color.
|
boolean |
Edge.hasColor(ColorsEnum color)
Checks if edge has an element with given color.
|