Class TriePathReconstructor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] keyBytes  
      protected int keyPos  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPathByte​(int nextByte)
      Add a single byte to the path.
      void addPathBytes​(org.agrona.DirectBuffer buffer, int pos, int count)
      Add the count bytes from position pos in the given buffer.
      void resetPathLength​(int newLength)
      Delete all bytes beyond the given length.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait