get

fun <T> get(fst: FST<T>, input: IntsRef): T?

Looks up the output for this input, or null if the input is not accepted.


fun <T> get(fst: FST<T>, input: BytesRef): T?

Looks up the output for this input, or null if the input is not accepted