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