Concurrent Hash Map
actual constructor()
expect constructor()
Parameters
K
the type of keys maintained by this map (must be non-nullable)
V
the type of mapped values (must be non-nullable)
Creates a new ConcurrentHashMap with the specified initial capacity.
Parameters
initial Capacity
the initial capacity of the map
Creates a new ConcurrentHashMap with the specified initial capacity and load factor.
Parameters
initial Capacity
the initial capacity of the map
load Factor
the load factor of the map
Creates a new ConcurrentHashMap containing all mappings from the specified map.
Parameters
original
the map whose mappings are to be copied
actual constructor()
actual constructor()