コード例 #1
0
 @Override
 public void rename(String newKey) {
   generalOps.rename(key, newKey);
   key = newKey;
 }