Class ByteTrie.ByteTrieNode<T>

java.lang.Object
org.apache.pdfbox.util.filetypedetector.ByteTrie.ByteTrieNode<T>
Enclosing class:
ByteTrie<T>

static class ByteTrie.ByteTrieNode<T> extends Object
A node in the trie. Has children and may have an associated value.
  • Field Details

  • Constructor Details

    • ByteTrieNode

      ByteTrieNode()
  • Method Details

    • setValue

      public void setValue(T value)
    • getValue

      public T getValue()