toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
getCyclic
get
Cyclic
fun
<
T
>
List
<
T
>
.
getCyclic
(
index
:
Int
)
:
T
fun
<
T
>
Array
<
T
>
.
getCyclic
(
index
:
Int
)
:
T
fun
IntArray
.
getCyclic
(
index
:
Int
)
:
Int
fun
FloatArray
.
getCyclic
(
index
:
Int
)
:
Float
fun
DoubleArray
.
getCyclic
(
index
:
Int
)
:
Double
fun
IntArrayList
.
getCyclic
(
index
:
Int
)
:
Int
fun
FloatArrayList
.
getCyclic
(
index
:
Int
)
:
Float
fun
DoubleArrayList
.
getCyclic
(
index
:
Int
)
:
Double
fun
<
T
>
Array2
<
T
>
.
getCyclic
(
x
:
Int
,
y
:
Int
)
:
T
fun
IntArray2
.
getCyclic
(
x
:
Int
,
y
:
Int
)
:
Int
fun
FloatArray2
.
getCyclic
(
x
:
Int
,
y
:
Int
)
:
Float
fun
DoubleArray2
.
getCyclic
(
x
:
Int
,
y
:
Int
)
:
Double