A B C E F G H I L M N R S T V W

I

IAutoPlayer - Interface in <Unnamed>
Add method for auto/computer player to the standard player interface.
IBoardMaker - Interface in <Unnamed>
Interface for creating a Boggle Board.
ILexicon - Interface in <Unnamed>
 
INITIAL_SIZE - Static variable in class ExpandableList
construct an initially empty expandable list with default # of entries (which is 8)
initialize(BoggleModel) - Method in class AbstractPlayer
Make this player have an associated model, and initialize other state appropriately.
initialize(BoggleModel) - Method in interface IPlayer
Initialize a player with a model, the model will serve this player for potentially more than one game.
IPlayer - Interface in <Unnamed>
A Boggle player must support the methods of this interface.
IPlayerView - Interface in <Unnamed>
 
isNeighbor(BoardCell) - Method in class BoardCell
Returns true iff c is a neighbor of this board cell; neighbor means adjacent horizontally, vertically, or diagonally (not self).
iterator() - Method in interface ILexicon
Return an iterator over all words stored in the lexicon.
iterator() - Method in class SimpleLexicon
 
IWordOnBoardFinder - Interface in <Unnamed>
 

A B C E F G H I L M N R S T V W