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

Method put

Ports/CLDC11/src/java/util/HashMap.java:537–540  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

535 /// @return the value of any previous mapping with the specified key or
536 /// `null` if there was no such mapping.
537 @Override
538 public V put(K key, V value) {
539 return putImpl(key, value);
540 }
541
542 V putImpl(K key, V value) {
543 Entry<K,V> entry;

Callers 11

doHandshakeMethod · 0.95
getAllContactsMethod · 0.95
onStartJobMethod · 0.95
splitQueryMethod · 0.95
nsdToBonjourMethod · 0.95
getProjectBuildHintsMethod · 0.95
doHandshakeMethod · 0.95

Calls 1

putImplMethod · 0.95

Tested by

no test coverage detected