PagedMutable

constructor(size: Long, pageSize: Int, bitsPerValue: Int, acceptableOverheadRatio: Float)

Create a new PagedMutable instance.

Parameters

size

the number of values to store.

pageSize

the number of values per page

bitsPerValue

the number of bits per value

acceptableOverheadRatio

an acceptable overhead ratio