object RoaringBitmapArray
- Alphabetic
- By Inheritance
- RoaringBitmapArray
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val MAX_BITMAP_CARDINALITY: Long
- final val MAX_REPRESENTABLE_VALUE: Long
The largest value a RoaringBitmapArray can possibly represent.
- def apply(values: Long*): RoaringBitmapArray
Create a new RoaringBitmapArray with the given
values. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def composeFromHighLowBytes(high: Int, low: Int): Long
Combine high and low 4 bytes of a pair of
Ints into aLong.Combine high and low 4 bytes of a pair of
Ints into aLong.This is essentially the inverse of decomposeHighLowBytes().
- high
An
Intrepresenting the 4 high-order bytes of the outputLong- low
An
Intrepresenting the 4 low-order bytes of the outputLong- returns
A
Longcomposing thehighandlowbytes.
- def decomposeHighLowBytes(value: Long): (Int, Int)
Separate high and low 4 bytes into a pair of
Ints (high, low). - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def highBytes(value: Long): Int
- value
Any
Long; positive or negative.- returns
An
Intholding the 4 high-order bytes of information of the inputvalue.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lowBytes(value: Long): Int
- value
Any
Long; positive or negative.- returns
An
Intholding the 4 low-order bytes of information of the inputvalue.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def readFrom(bytes: Array[Byte]): RoaringBitmapArray
Deserialize the right instance from the given bytes
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()