MCPcopy Create free account
hub / github.com/e2wugui/zeze / get

Method get

ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongMap.java:28–28  ·  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.

(long key)

Source from the content-addressed store, hash-verified

26 * if no mapping for the specified key is found.
27 */
28 V get(long key);
29
30 V getOrDefault(long key, V defaultValue);
31

Callers 15

decodeMethod · 0.65
sendMethod · 0.65
decode_collectionMethod · 0.65
OnHandshakeDoneMethod · 0.65
ContainsMethod · 0.65
GetMethod · 0.65
ContainsMethod · 0.65
GetMethod · 0.65
DecodeProtocolFunction · 0.65
DecodeProtocolsFunction · 0.65
RemoveRpcContextMethod · 0.65
TestMethod · 0.65

Calls

no outgoing calls

Tested by 15

TestMethod · 0.52
testEncryptDecryptMethod · 0.52
testEncryptDecrypt2Method · 0.52
testBenchMethod · 0.52
randKeyMethod · 0.52
mainMethod · 0.52
testBenchmarkMethod · 0.52
testBenchmark2Method · 0.52
main2Method · 0.52
mainMethod · 0.52
testBenchmarkMethod · 0.52