| Constructor and Description |
|---|
TrieNode() |
TrieNode(boolean pWordEndFlag) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.CharSequence pCharSequence) |
void |
add(java.lang.CharSequence pCharSequence,
int pStart,
int pEnd) |
boolean |
contains(java.lang.CharSequence pCharSequence) |
boolean |
contains(java.lang.CharSequence pCharSequence,
int pStart,
int pEnd) |