lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.util.packed
/
PackedInts
/
FormatAndBits
Format
And
Bits
data
class
FormatAndBits
(
val
format
:
PackedInts.Format
,
val
bitsPerValue
:
Int
)
Simple class that holds a format and a number of bits per value.
Members
Constructors
Format
And
Bits
Link copied to clipboard
constructor
(
format
:
PackedInts.Format
,
bitsPerValue
:
Int
)
Properties
bits
Per
Value
Link copied to clipboard
val
bitsPerValue
:
Int
format
Link copied to clipboard
val
format
:
PackedInts.Format