Method putAll(Map m)
Return type: void
Member of: java.util.HashMap
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 this.putAll(map);
2 hashMap.putAll(other.hashMap);
3 hashMap.putAll(dic.hashMap);
4 this.childrenMap.putAll( t );
5 putAll(m);
6 types.putAll( p.types );
7 clone.putAll( m_entrys );
8 storedItems.putAll(map);
9 hashmap1.putAll(map1);
10 tmp.putAll(cache.mutable);
11 temp.putAll(in);
12 putAll(newconf);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.