korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
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
)