MCPcopy Create free account
hub / github.com/davidgiven/luje / containsValue

Method containsValue

lib/java/util/Hashtable.java:384–386  ·  view source on GitHub ↗

Searches this Hashtable for the specified value. @param value the object to search for. @return true if value is a value of this Hashtable, false otherwise.

(Object value)

Source from the content-addressed store, hash-verified

382 * {@code Hashtable}, {@code false} otherwise.
383 */
384 public boolean containsValue(Object value) {
385 return contains(value);
386 }
387
388 /**
389 * Returns an enumeration on the values of this {@code Hashtable}. The

Callers

nothing calls this directly

Calls 1

containsMethod · 0.95

Tested by

no test coverage detected