Uses of Class
org.apache.lucene.util.fst.ByteSequenceOutputs
-
Packages that use ByteSequenceOutputs Package Description org.apache.lucene.util.fst Finite state transducers -
-
Uses of ByteSequenceOutputs in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as ByteSequenceOutputs Modifier and Type Field Description private static ByteSequenceOutputs
ByteSequenceOutputs. singleton
Methods in org.apache.lucene.util.fst that return ByteSequenceOutputs Modifier and Type Method Description static ByteSequenceOutputs
ByteSequenceOutputs. getSingleton()
-