コード例 #1
0
 /**
  * Checks for the presence of <tt>val</tt> in the values of the map.
  *
  * @param val an <code>Object</code> value
  * @return a <code>boolean</code> value
  */
 public boolean containsValue(Object val) {
   return _map.containsValue(unwrapValue(val));
 }