W3cubDocs

/Kotlin

<init>

Platform and version requirements: JS (1.0), Native (1.0)
<init>()

Constructs an empty HashMap instance.

Platform and version requirements: JS (1.0), Native (1.0)
<init>(initialCapacity: Int)
Platform and version requirements: Native (1.3)
<init>(initialCapacity: Int, loadFactor: Float)
Platform and version requirements: JS (1.1)
<init>(initialCapacity: Int, loadFactor: Float = 0.0f)

Constructs an empty HashMap instance.

Parameters

initialCapacity - the initial capacity (ignored)

loadFactor - the load factor (ignored)

Exceptions

IllegalArgumentException - if the initial capacity or load factor are negative

Platform and version requirements: JS (1.0), Native (1.0)
<init>(original: Map<out K, V>)

Constructs an instance of HashMap filled with the contents of the specified original map.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-hash-map/-init-.html