Format
A format to write packed ints.
Entries
A format that may insert padding bits to improve encoding and decoding speed. Since this format doesn't support all possible bits per value, you should never use it directly, but rather use PackedInts.fastestFormatAndBits to find the format that best suits your needs.
Properties
Functions
Tests whether the provided number of bits per value is supported by the format.
Returns the overhead per value, in bits.
Returns the overhead ratio (overhead per value / bits per value).
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.