IntsRefFSTEnum
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.