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

Method put

Ports/CLDC11/src/java/util/AbstractMap.java:538–542  ·  view source on GitHub ↗
(@SuppressWarnings("unused")
    K key, @SuppressWarnings("unused")
    V value)

Source from the content-addressed store, hash-verified

536 /// if the key or value is `null` and this Map does not
537 /// support `null` keys or values.
538 public V put(@SuppressWarnings("unused")
539 K key, @SuppressWarnings("unused")
540 V value) {
541 throw new UnsupportedOperationException();
542 }
543
544 /// Copies every mapping in the specified map to this map.
545 ///

Callers 1

putAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected