| Class and Description | 
|---|
| Tokenizer
 Data structure used in the first stage of PrefixTree encoding:
 
 accepts a sorted stream of ByteRanges
 splits them into a set of tokens, each held by a  
TokenizerNode
 connects the TokenizerNodes via standard java references
 keeps a pool of TokenizerNodes and a reusable byte[] for holding all token content
  | 
| Class and Description | 
|---|
| Tokenizer
 Data structure used in the first stage of PrefixTree encoding:
 
 accepts a sorted stream of ByteRanges
 splits them into a set of tokens, each held by a  
TokenizerNode
 connects the TokenizerNodes via standard java references
 keeps a pool of TokenizerNodes and a reusable byte[] for holding all token content
  | 
| TokenizerNode
 Individual node in a Trie structure. 
 | 
| Class and Description | 
|---|
| TokenizerNode
 Individual node in a Trie structure. 
 | 
| Class and Description | 
|---|
| Tokenizer
 Data structure used in the first stage of PrefixTree encoding:
 
 accepts a sorted stream of ByteRanges
 splits them into a set of tokens, each held by a  
TokenizerNode
 connects the TokenizerNodes via standard java references
 keeps a pool of TokenizerNodes and a reusable byte[] for holding all token content
  | 
| TokenizerNode
 Individual node in a Trie structure. 
 | 
| TokenizerRowSearchPosition
 Warning: currently unused, but code is valid. 
 | 
| TokenizerRowSearchResult
 for recursively searching a PtBuilder 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.