org.apache.lucene.util.fst
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
public int label
output
public T output
nextFinalOutput
public T nextFinalOutput
FST.Arc
public FST.Arc()
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.