bitvector-jvm-0.1.4
Module Contents
alltypes
Module Contents
class
BitVector
:
Iterable
<
Int
>
Module Contents
BitVector
(
)
BitVector
(
copyFrom
:
BitVector
)
fun
and
(
other
:
BitVector
)
:
Unit
fun
andNot
(
other
:
BitVector
)
:
Unit
fun
cardinality
(
)
:
Int
fun
clear
(
index
:
Int
)
:
Unit
fun
clear
(
)
:
Unit
operator
fun
contains
(
other
:
BitVector
)
:
Boolean
fun
copy
(
)
:
BitVector
fun
ensureCapacity
(
bits
:
Int
)
:
Unit
fun
equals
(
obj
:
Any
?
)
:
Boolean
fun
flip
(
index
:
Int
)
:
Unit
inline
fun
forEachBit
(
f
:
(
Int
)
->
Unit
)
:
Unit
operator
fun
get
(
index
:
Int
)
:
Boolean
fun
hashCode
(
)
:
Int
fun
intersects
(
other
:
BitVector
)
:
Boolean
val
isEmpty
:
Boolean
fun
iterator
(
)
:
IntIterator
fun
length
(
)
:
Int
fun
or
(
other
:
BitVector
)
:
Unit
fun
set
(
index
:
Int
)
:
Unit
operator
fun
set
(
index
:
Int
,
value
:
Boolean
)
:
Unit
fun
toString
(
)
:
String
fun
unsafeClear
(
index
:
Int
)
:
Unit
fun
unsafeGet
(
index
:
Int
)
:
Boolean
fun
unsafeSet
(
index
:
Int
)
:
Unit
fun
unsafeSet
(
index
:
Int
,
value
:
Boolean
)
:
Unit
var
words
:
IntArray
fun
xor
(
other
:
BitVector
)
:
Unit
kotlin.Int
Module Contents
operator
fun
Int
.
contains
(
bv
:
BitVector
)
:
Boolean
package
net.onedaybeard.bitvector
Module Contents
class
BitVector
:
Iterable
<
Int
>
Module Contents
BitVector
(
)
BitVector
(
copyFrom
:
BitVector
)
fun
and
(
other
:
BitVector
)
:
Unit
fun
andNot
(
other
:
BitVector
)
:
Unit
fun
cardinality
(
)
:
Int
fun
clear
(
index
:
Int
)
:
Unit
fun
clear
(
)
:
Unit
operator
fun
contains
(
other
:
BitVector
)
:
Boolean
fun
copy
(
)
:
BitVector
fun
ensureCapacity
(
bits
:
Int
)
:
Unit
fun
equals
(
obj
:
Any
?
)
:
Boolean
fun
flip
(
index
:
Int
)
:
Unit
inline
fun
forEachBit
(
f
:
(
Int
)
->
Unit
)
:
Unit
operator
fun
get
(
index
:
Int
)
:
Boolean
fun
hashCode
(
)
:
Int
fun
intersects
(
other
:
BitVector
)
:
Boolean
val
isEmpty
:
Boolean
fun
iterator
(
)
:
IntIterator
fun
length
(
)
:
Int
fun
or
(
other
:
BitVector
)
:
Unit
fun
set
(
index
:
Int
)
:
Unit
operator
fun
set
(
index
:
Int
,
value
:
Boolean
)
:
Unit
fun
toString
(
)
:
String
fun
unsafeClear
(
index
:
Int
)
:
Unit
fun
unsafeGet
(
index
:
Int
)
:
Boolean
fun
unsafeSet
(
index
:
Int
)
:
Unit
fun
unsafeSet
(
index
:
Int
,
value
:
Boolean
)
:
Unit
var
words
:
IntArray
fun
xor
(
other
:
BitVector
)
:
Unit
const
val
WORD_SIZE
:
Int
inline
fun
bitCount
(
bits
:
Int
)
:
Int
fun
bitsOf
(
vararg
bits
:
Int
)
:
BitVector
kotlin.Int
Module Contents
operator
fun
Int
.
contains
(
bv
:
BitVector
)
:
Boolean
inline
fun
leadingZeros
(
bits
:
Int
)
:
Int