All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsAndWasm.com.adeo.kviewmodel.odyssey.ConcurrentHashMap.jsAndWasm.kt Maven / Gradle / Ivy

The newest version!
package com.adeo.kviewmodel.odyssey

public actual class ConcurrentHashMap(
    private val delegate: HashMap = HashMap()
) : MutableMap by delegate {

    public actual constructor() : this(HashMap())

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy