117118119120121122123124125126127
return map.isEmpty(); } public boolean containsKey( Object key ) { return map.containsKey( key ); } public void putAll( Map arg0 ) { map.putAll( arg0 );