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).

  1. void putMapEntries(Map!(K, V) m, bool evict)
    class HashMap(K, V)
    final
    void
    putMapEntries
    (
    Map!(K, V) m
    ,
    bool evict
    )
  2. void putMapEntries(V[K] m, bool evict)

Meta