scrabble
Class ScrabbleDictionary

java.lang.Object
  extended by scrabble.ScrabbleDictionary

public class ScrabbleDictionary
extends java.lang.Object

Maintains dictionary of legal words to play in a form designed for quick access.

Author:
stephaap, CWA, and you. You must decide how to represent the wordlist, and how to search for possible words to play.

Constructor Summary
ScrabbleDictionary(java.lang.String filePathName)
          Creates a Scrabble dictionary by reading the dictionary with the given filename.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrabbleDictionary

public ScrabbleDictionary(java.lang.String filePathName)
Creates a Scrabble dictionary by reading the dictionary with the given filename.

Parameters:
filePathName -