Class | Description |
---|---|
ArraySearcherPool |
Pools PrefixTreeArraySearcher objects.
|
DecoderFactory |
Static wrapper class for the ArraySearcherPool.
|
PrefixTreeArrayReversibleScanner |
Methods for going backwards through a PrefixTree block.
|
PrefixTreeArrayScanner |
Extends PtCell and manipulates its protected fields.
|
PrefixTreeArraySearcher |
Searcher extends the capabilities of the Scanner + ReversibleScanner to add the ability to
position itself on a requested Cell without scanning through cells before it.
|
PrefixTreeCell |
As the PrefixTreeArrayScanner moves through the tree bytes, it changes the
values in the fields of this class so that Cell logic can be applied, but
without allocating new memory for every Cell iterated through.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.