KiteCore
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteCore
kitecore
/
io.github.yuroyami.kitecore.collections
/
swap
swap
fun
<
T
>
MutableList
<
T
>
.
swap
(
i
:
Int
,
j
:
Int
)
Exchanges the elements at
i
and
j
in place.
Throws
Index
Out
Of
Bounds
Exception
if
i
or
j
is not a valid index.