Class BytesTrie.State

  • Enclosing class:
    BytesTrie

    public static final class BytesTrie.State
    extends java.lang.Object
    BytesTrie state object, for saving a trie's current state and resetting the trie back to this state later.
    • Constructor Summary

      Constructors 
      Constructor Description
      State()
      Constructs an empty State.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bytes

        private byte[] bytes
      • root

        private int root
      • pos

        private int pos
      • remainingMatchLength

        private int remainingMatchLength
    • Constructor Detail

      • State

        public State()
        Constructs an empty State.