Class Builder.Arc<T>

  • Enclosing class:
    Builder<T>

    public static class Builder.Arc<T>
    extends java.lang.Object
    Expert: holds a pending (seen but not yet serialized) arc.
    • Constructor Summary

      Constructors 
      Constructor Description
      Arc()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • label

        public int label
      • target

        public org.apache.lucene.util.fst.Builder.Node target
      • isFinal

        public boolean isFinal
      • output

        public T output
      • nextFinalOutput

        public T nextFinalOutput
    • Constructor Detail

      • Arc

        public Arc()