Package java.util
Class AbstractMap

Public Method putAll

void putAll(Map t)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method Map.putAll.

This implementation iterates over the specified map's entrySet() collection, and calls this map's put operation once for each entry returned by the iteration.