@Override
 public boolean containsKey(Object key) {
   return hashOps.hasKey(key);
 }