org.apache.lucene.util.fst
Class FSTTester.InputOutput<T>
java.lang.Object
   org.apache.lucene.util.fst.FSTTester.InputOutput<T>
org.apache.lucene.util.fst.FSTTester.InputOutput<T>
- All Implemented Interfaces: 
- Comparable<FSTTester.InputOutput<T>>
- Enclosing class:
- FSTTester<T>
- public static class FSTTester.InputOutput<T> 
- extends Object- implements Comparable<FSTTester.InputOutput<T>>
Holds one input/output pair.
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
input
public final IntsRef input
output
public final T output
FSTTester.InputOutput
public FSTTester.InputOutput(IntsRef input,
                             T output)
compareTo
public int compareTo(FSTTester.InputOutput<T> other)
- 
- Specified by:
- compareToin interface- Comparable<FSTTester.InputOutput<T>>
 
- 
 
          Copyright © 2000-2013 Apache Software Foundation.  All Rights Reserved.