Uses of Class
org.apache.pdfbox.util.filetypedetector.ByteTrie.ByteTrieNode
-
Packages that use ByteTrie.ByteTrieNode Package Description org.apache.pdfbox.util.filetypedetector -
-
Uses of ByteTrie.ByteTrieNode in org.apache.pdfbox.util.filetypedetector
Fields in org.apache.pdfbox.util.filetypedetector declared as ByteTrie.ByteTrieNode Modifier and Type Field Description private ByteTrie.ByteTrieNode<T>
ByteTrie. root
Fields in org.apache.pdfbox.util.filetypedetector with type parameters of type ByteTrie.ByteTrieNode Modifier and Type Field Description private java.util.Map<java.lang.Byte,ByteTrie.ByteTrieNode<T>>
ByteTrie.ByteTrieNode. children
-