IntsRefFSTEnum

class IntsRefFSTEnum<T>(fst: FST<T>) : FSTEnum<T>

Enumerates all input (IntsRef) + output pairs in an FST.

Constructors

Link copied to clipboard
constructor(fst: FST<T>)

Types

Link copied to clipboard
class InputOutput<T>

Holds a single input (IntsRef) + output pair.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Seeks to exactly target term.

Link copied to clipboard

Seeks to largest term that's <= target.

Link copied to clipboard
Link copied to clipboard

Seeks to smallest term that's >= target.

Link copied to clipboard

Seeks to exactly this term, returning null if the term doesn't exist. This is faster than using .seekFloor or .seekCeil because it short-circuits as soon the match is not found.

Link copied to clipboard

Seeks to biggest term that's <= target.