MCPcopy Index your code
hub / github.com/davidgiven/luje / put

Method put

lib/java/util/AbstractMap.java:279–281  ·  view source on GitHub ↗

Maps the specified key to the specified value. @param key the key. @param value the value. @return the value of any previous mapping with the specified key or null if there was no mapping. @throws UnsupportedOperationException if adding to this m

(K key, V value)

Source from the content-addressed store, hash-verified

277 * support {@code null} keys or values.
278 */
279 public V put(K key, V value) {
280 throw new UnsupportedOperationException();
281 }
282
283 /**
284 * Copies every mapping in the specified map to this map.

Callers 1

putAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected