org.apache.lucene.util.fst
Class FST.Arc<T>

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

public static final class FST.Arc<T>
extends Object


Field Summary
 int label
           
 T nextFinalOutput
           
 T output
           
 
Constructor Summary
FST.Arc()
           
 
Method Summary
 FST.Arc<T> copyFrom(FST.Arc<T> other)
          Returns this
 boolean isFinal()
           
 boolean isLast()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public int label

output

public T output

nextFinalOutput

public T nextFinalOutput
Constructor Detail

FST.Arc

public FST.Arc()
Method Detail

copyFrom

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


isLast

public boolean isLast()

isFinal

public boolean isFinal()


Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.