Uses of Class
Square

Uses of Square in
 

Methods in Default Package that return Square
 Square Game.getSquare(int i, int j)
           
 Square Board.getSquare(int i, int j)
          Gets a square on the board at a given i, j.
static Square[][] ScrabbleBuilder.getBoard()
           
 

Constructors in Default Package with parameters of type Square
Board(Square[][] arr)
          Constructs a board given a Square array arr as input.