|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.columbia.cs.util.DictionaryFactory
Reads in /usr/dict/words and creates a HashSet out of it.
Method Summary | |
java.util.HashSet |
getDictionary()
Get the HashSet representation of words. |
static DictionaryFactory |
getInstance()
Get the instance of the DictionaryFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DictionaryFactory getInstance()
public java.util.HashSet getDictionary()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |