Package com.ibm.icu.util
Class CharsTrie.State
java.lang.Object
com.ibm.icu.util.CharsTrie.State
- Enclosing class:
- CharsTrie
CharsTrie state object, for saving a trie's current state
and resetting the trie back to this state later.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
chars
-
root
private int root -
pos
private int pos -
remainingMatchLength
private int remainingMatchLength
-
-
Constructor Details
-
State
public State()Constructs an empty State.
-