org.apache.lucene.util.fst
Class BytesRefFSTEnum.InputOutput<T>
java.lang.Object
org.apache.lucene.util.fst.BytesRefFSTEnum.InputOutput<T>
- Enclosing class:
- BytesRefFSTEnum<T>
public static class BytesRefFSTEnum.InputOutput<T>
- extends Object
Holds a single input (BytesRef) + output pair.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
input
public BytesRef input
output
public T output
BytesRefFSTEnum.InputOutput
public BytesRefFSTEnum.InputOutput()