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

Method get

src/java/util/Hashtable.java:215–225  ·  view source on GitHub ↗

Gets the object associated with the specified key in the hashtable. @param key the specified key @returns the element for the key or null if the key is not defined in the hash table. @see Hashtable#put

(Object key)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

listMethod · 0.95

Calls 2

hashCodeMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected