HashMap.putMapEntries

Implements Map.putAll and Map constructor

@param m the map @param evict false when initially constructing this map, else true (relayed to method afterNodeInsertion).

class HashMap(K, V)
final
void
putMapEntries
(
Map!(K, V) m
,
bool evict
)

Meta