| Class | Description | 
|---|---|
| TokenDepthComparator | 
 Determines order of nodes in the output array. 
 | 
| 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. 
 | 
| TokenizerRowSearchResult | 
 for recursively searching a PtBuilder 
 | 
| Enum | Description | 
|---|---|
| TokenizerRowSearchPosition | 
 Warning: currently unused, but code is valid. 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.