java.lang.Object
org.apache.lucene.util.fst.FSTCompiler.Arc<T>
- Enclosing class:
- FSTCompiler<T>
Expert: holds a pending (seen but not yet serialized) arc.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) int
(package private) T
(package private) T
(package private) FSTCompiler.Node
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label
int label -
target
FSTCompiler.Node target -
isFinal
boolean isFinal -
output
T output -
nextFinalOutput
T nextFinalOutput
-
-
Constructor Details
-
Arc
Arc()
-