Class BytesTrie.State
java.lang.Object
org.graalvm.shadowed.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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
State
public State()Constructs an empty State.
-