Package | Description |
---|---|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field and Description |
---|---|
private FST.Arc.BitTable |
FST.Arc.bitTable |
Modifier and Type | Method and Description |
---|---|
(package private) FST.Arc.BitTable |
FST.Arc.bitTable()
Table of bits of a direct addressing node.
|
(package private) FST.Arc.BitTable |
FST.Arc.BitTable.copy()
Creates a new
FST.Arc.BitTable by copying this one. |
(package private) FST.Arc.BitTable |
FST.Arc.getOrCreateBitTable()
The table of bits of a direct addressing node created lazily.
|
(package private) FST.Arc.BitTable |
FST.Arc.BitTable.setNumLongs(int numLongs)
Sets the number of longs in the internal long array.
|