public static class PackedInts.FormatAndBits
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bitsPerValue |
PackedInts.Format |
format |
Constructor and Description |
---|
FormatAndBits(PackedInts.Format format,
int bitsPerValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final PackedInts.Format format
public final int bitsPerValue
public FormatAndBits(PackedInts.Format format, int bitsPerValue)