Class PagedMutable

All Implemented Interfaces:
Accountable

public final class PagedMutable extends AbstractPagedMutable<PagedMutable>
A PagedMutable. This class slices data into fixed-size blocks which have the same number of bits per value. It can be a useful replacement for PackedInts.Mutable to store more than 2B values.