MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / get

Method get

vm/JavaAPI/src/java/util/Map.java:148–148  ·  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

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

Callers 15

parseTileJsonTemplateMethod · 0.95
fromJsonMethod · 0.95
parseLayerMethod · 0.95
buildMethod · 0.95
readFloatAccessorMethod · 0.95
readIntAccessorMethod · 0.95
resolveBufferMethod · 0.95
loadBaseColorTextureMethod · 0.95
readImageBytesMethod · 0.95
internalizeMethod · 0.95
validateReceiptMethod · 0.95

Calls

no outgoing calls

Tested by 15

showFacebookUserMethod · 0.76
showGoogleUserMethod · 0.76
showFacebookUserMethod · 0.76
showGoogleUserMethod · 0.76
mainMethod · 0.52
hasErrorDiagnosticMethod · 0.52
firstDiagnosticMethod · 0.52
evaluateMethod · 0.52
containsMessageMethod · 0.52
summarizeMessagesMethod · 0.52