Class BytesRefFSTEnum.InputOutput<T>
Holds a single input (BytesRef) + output pair.
Inherited Members
Namespace: Lucene.Net.Util.Fst
Assembly: Lucene.Net.dll
Syntax
public class BytesRefFSTEnum.InputOutput<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Input
Holds a single input (BytesRef) + output pair.
Declaration
public BytesRef Input { get; set; }
Property Value
Type | Description |
---|---|
BytesRef |
Output
Holds a single input (BytesRef) + output pair.
Declaration
public T Output { get; set; }
Property Value
Type | Description |
---|---|
T |