public synchronized String put(String key, String value) {
   return map.put(key, value);
 }