surf-api
Toggle table of contents
1.21.4-2.1.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
surf-api
surf-api-bukkit-api
/
dev.slne.surf.surfapi.bukkit.api.collections
/
LazyIntList
Lazy
Int
List
class
LazyIntList
(
defaultValueGenerator
:
(
)
->
Int
)
Members
Constructors
Lazy
Int
List
Link copied to clipboard
constructor
(
defaultValueGenerator
:
(
)
->
Int
)
Functions
clear
Link copied to clipboard
fun
clear
(
)
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Int
list
Copy
Link copied to clipboard
fun
listCopy
(
)
:
List
<
Int
?
>
list
Copy
Not
Null
Link copied to clipboard
fun
listCopyNotNull
(
)
:
List
<
Int
>
set
Link copied to clipboard
operator
fun
set
(
index
:
Int
,
value
:
Int
)