com.fatdog.xmlEngine.words.dictionaries
Class WordList
java.lang.Object
com.fatdog.xmlEngine.words.dictionaries.WordList
- public class WordList
- extends java.lang.Object
A dynamic array structure used to hold lists of words.
- Version:
- 0.66
- Author:
- Howard Katz, howardk@fatdog.com
Constructor Summary |
WordList()
|
WordList(int newEntryAllocs,
int newWordByteAllocs)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordList
public WordList()
WordList
public WordList(int newEntryAllocs,
int newWordByteAllocs)
append
public void append(java.lang.String word)
wordFromKey
public java.lang.String wordFromKey(int key)
wordAtLocationEquals
public boolean wordAtLocationEquals(java.lang.String word,
int location)
append
public void append(char[] word,
int off,
int end)
checkAllocation
public void checkAllocation(int wordLength)