|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
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 Summary | |
---|---|
TokenizerRowSearchPosition | Warning: currently unused, but code is valid. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |