public boolean remove(short key) {
   return map.remove(key);
 }