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