DirectMonotonicReader

Retrieves an instance previously written by DirectMonotonicWriter.

See also

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Meta

In-memory metadata that needs to be kept around for DirectMonotonicReader to read data from disk.

Functions

Link copied to clipboard
fun binarySearch(fromIndex: Long, toIndex: Long, key: Long): Long

Return the index of a key if it exists, or its insertion point otherwise like Arrays.binarySearch.

Link copied to clipboard
open override fun get(index: Long): Long

Get value at index.