127128129130131132133134135136137
map.putAll( arg0 ); } public void clear() { map.clear(); } public Set keySet() { return map.keySet();