Uses of Class
org.apache.lucene.util.fst.FSTCompiler.FixedLengthArcsBuffer
-
Packages that use FSTCompiler.FixedLengthArcsBuffer Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of FSTCompiler.FixedLengthArcsBuffer in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as FSTCompiler.FixedLengthArcsBuffer Modifier and Type Field Description (package private) FSTCompiler.FixedLengthArcsBuffer
FSTCompiler. fixedLengthArcsBuffer
Methods in org.apache.lucene.util.fst that return FSTCompiler.FixedLengthArcsBuffer Modifier and Type Method Description (package private) FSTCompiler.FixedLengthArcsBuffer
FSTCompiler.FixedLengthArcsBuffer. ensureCapacity(int capacity)
Ensures the capacity of the internal byte array.(package private) FSTCompiler.FixedLengthArcsBuffer
FSTCompiler.FixedLengthArcsBuffer. resetPosition()
(package private) FSTCompiler.FixedLengthArcsBuffer
FSTCompiler.FixedLengthArcsBuffer. writeByte(byte b)
(package private) FSTCompiler.FixedLengthArcsBuffer
FSTCompiler.FixedLengthArcsBuffer. writeVInt(int i)
-