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

Method put

lib/java/util/Map.java:193–193  ·  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 {

(K key, V value)

Source from the content-addressed store, hash-verified

191 * not support {@code null} keys or values.
192 */
193 public V put(K key, V value);
194
195 /**
196 * Copies every mapping in the specified {@code Map} to this {@code Map}.

Callers 15

decodeLoopMethod · 0.65
encodeLoopMethod · 0.65
decodeNotHasArrayMethod · 0.65
encodeNotHasArrayMethod · 0.65
putMethod · 0.65
HistoricalNamesUtilClass · 0.65
internMethod · 0.65
UnicodeBlockClass · 0.65
readMethod · 0.65
readMethod · 0.65
encodeMethod · 0.65
decodeMethod · 0.65

Implementers 5

AbstractMaplib/java/util/AbstractMap.java
Hashtablelib/java/util/Hashtable.java
SynchronizedMaplib/java/util/Collections.java
UnmodifiableMaplib/java/util/Collections.java
CheckedMaplib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected