| Package | Description |
|---|---|
| org.ahocorasick.trie |
| Modifier and Type | Method and Description |
|---|---|
State |
State.addState(Character character) |
State |
State.failure() |
State |
State.nextState(Character character) |
State |
State.nextStateIgnoreRootState(Character character) |
| Modifier and Type | Method and Description |
|---|---|
Collection<State> |
State.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
State.setFailure(State failState) |
Copyright © 2014-2015 42 BV. All Rights Reserved.