public final class SimpleWordSet extends java.lang.Object
int
elementSize
threshold
char[][]
words
SimpleWordSet(int size)
char[]
add(char[] word)
boolean
includes(char[] word)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public char[][] words
public int elementSize
public int threshold
public SimpleWordSet(int size)
public char[] add(char[] word)
public boolean includes(char[] word)