Class 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.
    • Constructor Detail

      • State

        public State()
        Constructs an empty State.