public static final class FST.Arc<T> extends Object
int
label
T
nextFinalOutput
output
target
Arc()
FST.Arc<T>
copyFrom(FST.Arc<T> other)
boolean
isFinal()
isLast()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public int label
public T output
public int target
public T nextFinalOutput
public Arc()
public FST.Arc<T> copyFrom(FST.Arc<T> other)
public boolean isLast()
public boolean isFinal()
public String toString()
toString
Object
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.