Class FST.Arc<T>

java.lang.Object
org.apache.lucene.util.fst.FST.Arc<T>
Enclosing class:
FST<T>

public static final class FST.Arc<T> extends Object
Represents a single arc.
  • Field Details

    • label

      public int label
    • output

      public T output
    • target

      public long target
      To node (ord or address)
    • nextFinalOutput

      public T nextFinalOutput
  • Constructor Details

    • Arc

      public Arc()
  • Method Details

    • copyFrom

      public FST.Arc<T> copyFrom(FST.Arc<T> other)
      Returns this
    • isLast

      public boolean isLast()
    • isFinal

      public boolean isFinal()
    • toString

      public String toString()
      Overrides:
      toString in class Object