toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
BooleanArrayList
Boolean
Array
List
class
BooleanArrayList
(
initialCapacity
:
Int
=
7
)
Members
Constructors
Boolean
Array
List
Link copied to clipboard
constructor
(
initialCapacity
:
Int
=
7
)
Properties
array
Link copied to clipboard
val
array
:
IntArrayList
size
Link copied to clipboard
var
size
:
Int
Functions
add
Link copied to clipboard
fun
add
(
value
:
Boolean
)
clear
Link copied to clipboard
fun
clear
(
)
ensure
Capacity
Link copied to clipboard
fun
ensureCapacity
(
capacity
:
Int
)
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Boolean
get
At
Link copied to clipboard
fun
getAt
(
index
:
Int
)
:
Boolean
remove
Index
Link copied to clipboard
fun
removeIndex
(
index
:
Int
)
:
Boolean
set
Link copied to clipboard
operator
fun
set
(
index
:
Int
,
value
:
Boolean
)
:
Int
set
At
Link copied to clipboard
fun
setAt
(
index
:
Int
,
value
:
Boolean
)
:
Int