Package | Description |
---|---|
model |
this package contains all of the data structures used to model the
state of the five-in-a-row game, and for processing the rules of the game.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Board.State |
Board.getState()
Return the state of the board
|
static Board.State |
Board.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Board.State[] |
Board.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|