A C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
T
- TEXT - Static variable in class api.StringUtil
-
Basic character representations of cell states, corresponding to State values.
- toString() - Method in class api.Cell
-
Returns a string representation of this Cell.
- toString() - Method in class api.MoveRecord
-
Returns a string representation of this MoveRecord.
- toString(Cell[]) - Static method in class api.StringUtil
-
Converts a cell array to a string representation, using the character representations defined in this class.
- toString(State[]) - Static method in class api.StringUtil
-
Converts a state array to a string representation, using the character representations defined in this class, with an extra space inserted between characters.
- toString(State[], boolean) - Static method in class api.StringUtil
-
Converts a state array to a string representation, using the character representations defined in this class, where an extra space is optionally inserted between characters.
- toString(State[], int) - Static method in class api.StringUtil
-
Converts a cell state array to a string representation, using the character representations defined in this class, including the player position.
- toStringArray(Cell[][]) - Static method in class api.StringUtil
-
Converts a grid to a string array representation using the characters defined in this class.
- toStringArray(Pearls) - Static method in class api.StringUtil
-
Converts the given game's grid to a string array representation using the characters defined in this class.
All Classes All Packages