Method Get
Get<T>(FST<T>, Int32sRef)
Looks up the output for this input, or null
if the
input is not accepted.
Declaration
public static T Get<T>(FST<T> fst, Int32sRef input)
Parameters
Type | Name | Description |
---|---|---|
FST<T> | fst | |
Int32sRef | input |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Get<T>(FST<T>, BytesRef)
Looks up the output for this input, or null
if the
input is not accepted
Declaration
public static T Get<T>(FST<T> fst, BytesRef input)
Parameters
Type | Name | Description |
---|---|---|
FST<T> | fst | |
BytesRef | input |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |