MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / remove

Method remove

src/java/util/Hashtable.java:308–324  ·  view source on GitHub ↗

Removes the element corresponding to the key. Does nothing if the key is not present. @param key the key that needs to be removed @return the value of key, or null if the key was not found.

(Object key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

hashCodeMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected