Class CharsTrie.State

java.lang.Object
com.ibm.icu.util.CharsTrie.State
Enclosing class:
CharsTrie

public static final class CharsTrie.State extends Object
CharsTrie state object, for saving a trie's current state and resetting the trie back to this state later.
  • Field Details

    • chars

      private CharSequence chars
    • root

      private int root
    • pos

      private int pos
    • remainingMatchLength

      private int remainingMatchLength
  • Constructor Details

    • State

      public State()
      Constructs an empty State.