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

Method put

src/java/util/Hashtable.java:267–300  ·  view source on GitHub ↗

Puts the specified element into the hashtable, using the specified key. The element may be retrieved by doing a get() with the same key. The key and the element cannot be null. @param key the specified key in the hashtable @param value the specified element @exception NullPointerException If the va

(Object key, Object value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

parseSoundsMethod · 0.95
parseDurationsMethod · 0.95
parsePositionsMethod · 0.95
internMethod · 0.45
getByNameMethod · 0.45
getAllByNameMethod · 0.45
getURLStreamHandlerMethod · 0.45
getContentHandlerMethod · 0.45
setSuffixMethod · 0.45
addLayoutComponentMethod · 0.45
setConstraintsMethod · 0.45
setPropertiesMethod · 0.45

Calls 3

rehashMethod · 0.95
hashCodeMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected