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

Method get

lib/java/util/Map.java:144–144  ·  view source on GitHub ↗

Returns the value of the mapping with the specified key. @param key the key. @return the value of the mapping with the specified key, or null if no mapping for the specified key is found.

(Object key)

Source from the content-addressed store, hash-verified

142 * if no mapping for the specified key is found.
143 */
144 public V get(Object key);
145
146 /**
147 * Returns an integer hash code for the receiver. {@code Object}s which are equal

Callers 15

decodeLoopMethod · 0.65
encodeLoopMethod · 0.65
decodeNotHasArrayMethod · 0.65
encodeNotHasArrayMethod · 0.65
getMethod · 0.65
getHistoricalNameMethod · 0.65
internMethod · 0.65
forNameMethod · 0.65
compareToMethod · 0.65
putMethod · 0.65
compareToMethod · 0.65
putMethod · 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