advanceTo

fun advanceTo(ordinal: Int): Boolean

Advances to the first ordinal at or above ordinal. false once the bitmap is exhausted.

Never moves backwards: a cursor already sitting on an ordinal at or above ordinal stays where it is and answers true, which is what lets a leapfrog join ask the same cursor about a value it may already have passed. Whole blocks below the target are skipped without being opened.