MCPcopy Index your code
hub / github.com/CyanogenMod/android_libcore / get

Method get

luni/src/main/java/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

Implementers 6

AbstractMapluni/src/main/java/java/util/AbstractM
Hashtableluni/src/main/java/java/util/Hashtable
SynchronizedMapluni/src/main/java/java/util/Collectio
UnmodifiableMapluni/src/main/java/java/util/Collectio
CheckedMapluni/src/main/java/java/util/Collectio
Attributesluni/src/main/java/java/util/jar/Attri

Calls

no outgoing calls