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