public boolean containsValue(long val) {
   return map.containsValue(val);
 }