Class FST.FSTMetadata<T>

  • Type Parameters:
    T - the FST output type
    Enclosing class:
    FST<T>

    public static final class FST.FSTMetadata<T>
    extends Object
    Represent the FST metadata
    • Constructor Detail

      • FSTMetadata

        public FSTMetadata​(FST.INPUT_TYPE inputType,
                           Outputs<T> outputs,
                           T emptyOutput,
                           long startNode,
                           int version,
                           long numBytes)