| Package | Description | 
|---|---|
| ball.game.scrabble | 
 Classes for playing Scrabble. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tile | 
Bag.draw()
 | 
Tile | 
Bag.draw(char letter)
 | 
Tile[] | 
Rack.toArray()  | 
Tile[] | 
Bag.toArray()  | 
| Modifier and Type | Method and Description | 
|---|---|
Stream<List<Tile>> | 
Rack.combinations()
Method to get the  
Stream of all possible combinations. | 
List<Tile> | 
Rack.draw(Bag bag)
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Rack.add(Tile tile)  | 
void | 
SQ.play(Tile tile)  | 
void | 
SQ.play(Tile tile,
    char letter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
Tile.toString(Collection<Tile> collection)
 | 
Copyright © 2015–2021. All rights reserved.