コード例 #1
0
 @Override
 public V put(K key, V value) {
   V oldV = get(key);
   hashOps.put(key, value);
   return oldV;
 }