usagi
0.0.4-SNAPSHOT
common
jvm
linuxX64
usagi
/
dimensional.usagi.tools
/
BitSet
Bit
Set
common
jvm
linuxX64
expect
class
BitSet
(
size
:
Int
)
actual
typealias
BitSet
=
BitSet
actual
class
BitSet
(
size
:
Int
)
Simplified version of java.util.BitSet
Types
Constructors
Functions
Constructors
Bit
Set
Link copied to clipboard
common
linuxX64
expect
fun
BitSet
(
size
:
Int
)
actual
fun
BitSet
(
size
:
Int
)
Types
Companion
Link copied to clipboard
linuxX64
object
Companion
Functions
clear
Link copied to clipboard
common
linuxX64
expect
fun
clear
(
bitIndex
:
Int
)
actual
fun
clear
(
bitIndex
:
Int
)
get
Link copied to clipboard
common
linuxX64
expect
fun
get
(
bitIndex
:
Int
)
:
Boolean
actual
fun
get
(
bitIndex
:
Int
)
:
Boolean
next
Clear
Bit
Link copied to clipboard
common
linuxX64
expect
fun
nextClearBit
(
fromIndex
:
Int
)
:
Int
actual
fun
nextClearBit
(
fromIndex
:
Int
)
:
Int
next
Set
Bit
Link copied to clipboard
common
linuxX64
expect
fun
nextSetBit
(
fromIndex
:
Int
)
:
Int
actual
fun
nextSetBit
(
fromIndex
:
Int
)
:
Int
set
Link copied to clipboard
common
linuxX64
expect
fun
set
(
bitIndex
:
Int
)
expect
fun
set
(
fromIndex
:
Int
,
toIndex
:
Int
)
actual
fun
set
(
bitIndex
:
Int
)
actual
fun
set
(
fromIndex
:
Int
,
toIndex
:
Int
)