public final class SimpleWordSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
int |
threshold |
char[][] |
words |
| Constructor and Description |
|---|
SimpleWordSet(int size) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
add(char[] word) |
boolean |
includes(char[] word) |