MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / containsValue

Method containsValue

vm/JavaAPI/src/java/util/Hashtable.java:344–346  ·  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

342 * {@code Hashtable}, {@code false} otherwise.
343 */
344 public boolean containsValue(Object value) {
345 return contains(value);
346 }
347
348 /**
349 * 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