toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
CustomHashMap
/
CustomHashMap
Custom
Hash
Map
constructor
(
hasher
:
(
key
:
K
)
->
Int
,
equalKey
:
(
a
:
K
,
b
:
K
)
->
Boolean
,
equalValue
:
(
a
:
V
,
b
:
V
)
->
Boolean
,
initialCapacity
:
Int
=
16
)