public class Game extends Object
Game
.
Name | Mode | Type | isHidden | isBound | isConstrained |
---|---|---|---|---|---|
bag | R | Bag | false | false | false |
board | R | Board | false | false | false |
wordList | R | SortedSet < CharSequence > | false | false | false |
Constructor and Description |
---|
Game() |
Modifier and Type | Method and Description |
---|---|
Bag |
getBag() |
Board |
getBoard() |
SortedSet<CharSequence> |
getWordList() |
String |
toString() |
Copyright © 2015–2020. All rights reserved.