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.FixedLengthArcsBufferFSTCompiler. fixedLengthArcsBufferMethods in org.apache.lucene.util.fst that return FSTCompiler.FixedLengthArcsBuffer Modifier and Type Method Description (package private) FSTCompiler.FixedLengthArcsBufferFSTCompiler.FixedLengthArcsBuffer. ensureCapacity(int capacity)Ensures the capacity of the internal byte array.(package private) FSTCompiler.FixedLengthArcsBufferFSTCompiler.FixedLengthArcsBuffer. resetPosition()(package private) FSTCompiler.FixedLengthArcsBufferFSTCompiler.FixedLengthArcsBuffer. writeByte(byte b)(package private) FSTCompiler.FixedLengthArcsBufferFSTCompiler.FixedLengthArcsBuffer. writeVInt(int i)
-