toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
FastIdentityCacheMap
Fast
Identity
Cache
Map
class
FastIdentityCacheMap
<
K
,
V
>
Members
Constructors
Fast
Identity
Cache
Map
Link copied to clipboard
constructor
(
)
Properties
size
Link copied to clipboard
val
size
:
Int
Functions
clear
Link copied to clipboard
fun
clear
(
)
get
Link copied to clipboard
fun
get
(
key
:
K
)
:
V
?
get
Or
Put
Link copied to clipboard
inline
fun
getOrPut
(
key
:
K
,
gen
:
(
K
)
->
V
)
:
V
remove
Link copied to clipboard
fun
remove
(
key
:
K
)