Class Util.FSTPath<T>

  • Enclosing class:
    Util

    public static class Util.FSTPath<T>
    extends java.lang.Object
    Represents a path in TopNSearcher.
    • Constructor Summary

      Constructors 
      Constructor Description
      FSTPath​(T cost, FST.Arc<T> arc, IntsRef input)
      Sole constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FSTPath

        public FSTPath​(T cost,
                       FST.Arc<T> arc,
                       IntsRef input)
        Sole constructor
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object