コード例 #1
0
 public boolean containsValue(long val) {
   return map.containsValue(val);
 }