This clears each collection in the map, and so may be slow.
127128129130131132133134135136137
map.putAll( arg0 ); } public void clear() { map.clear(); } public Set keySet() { return map.keySet();