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