Uses of Class
org.apache.lucene.util.fst.FST.Arc.BitTable
-
Packages that use FST.Arc.BitTable Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of FST.Arc.BitTable in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as FST.Arc.BitTable Modifier and Type Field Description private FST.Arc.BitTable
FST.Arc. bitTable
Methods in org.apache.lucene.util.fst that return FST.Arc.BitTable Modifier and Type Method 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 newFST.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.
-