Class ByteTrie.ByteTrieNode<T>
java.lang.Object
org.apache.pdfbox.util.filetypedetector.ByteTrie.ByteTrieNode<T>
A node in the trie. Has children and may have an associated value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
children
-
value
-
-
Constructor Details
-
ByteTrieNode
ByteTrieNode()
-
-
Method Details
-
setValue
-
getValue
-