Interface Trie.TransitionsReceiver

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • addPathByte

        void addPathByte​(int nextByte)
        Add a single byte to the path.
      • addPathBytes

        void addPathBytes​(org.agrona.DirectBuffer buffer,
                          int pos,
                          int count)
        Add the count bytes from position pos in the given buffer.