toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.stat
/
Stats
/
RCollection
RCollection
class
RCollection
<
T
:
Stats.Named
>
Members
Constructors
RCollection
Link copied to clipboard
constructor
(
)
Properties
by
Name
Link copied to clipboard
val
byName
:
LinkedHashMap
<
String
,
T
>
list
Link copied to clipboard
val
list
:
ArrayList
<
T
>
Functions
add
Link copied to clipboard
fun
add
(
item
:
T
)
get
Or
Put
Link copied to clipboard
inline
fun
getOrPut
(
name
:
String
,
callback
:
(
)
->
T
)
:
T