MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / contains

Method contains

src/java/util/Hashtable.java:174–188  ·  view source on GitHub ↗

Returns true if the specified object is an element of the hashtable. This operation is more expensive than the containsKey() method. @param value the value that we are looking for @exception NullPointerException If the value being searched for is equal to null. @see Hashtable#containsKey

(Object value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected