コード例 #1
0
 public synchronized String put(String key, String value) {
   return map.put(key, value);
 }