lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
core
/
org.gnit.lucenekmp.internal.hppc
/
IntDoubleHashMap
/
IntDoubleHashMap
Int
Double
Hash
Map
constructor
(
expectedElements
:
Int
,
loadFactor
:
Double
=
DEFAULT_LOAD_FACTOR.toDouble()
)
constructor
(
)
New instance with sane defaults.
constructor
(
map
:
IntDoubleHashMap
)
Create a hash map from all key-value pairs of another map.