|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.keyoti.rapidSpell.WordList
Provides access to the dictionary word list, contained in the Jar.
Field Summary | |
static java.net.JarURLConnection |
connection
file reader |
protected static int |
ptr
the array pointer to put next word from the list |
Constructor Summary | |
WordList()
|
Method Summary | |
static int |
read(char letter,
java.lang.String[] list)
Note array should be up to 13,000 elements big |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static int ptr
public static java.net.JarURLConnection connection
Constructor Detail |
public WordList()
Method Detail |
public static int read(char letter, java.lang.String[] list)
letter
- list
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |