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

Method put

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

(long key, V value)

Source from the content-addressed store, hash-verified

38 * {@code null} if there was no such mapping.
39 */
40 V put(long key, V value);
41
42 V putIfAbsent(long key, V value);
43

Callers 15

updateMethod · 0.65
onProcessMethod · 0.65
prepareDatasMethod · 0.65
testSerializeBeanMethod · 0.65
testSerializeDataMethod · 0.65
main2Method · 0.65
mainMethod · 0.65
main4Method · 0.65
testToDataMethod · 0.65
putMethod · 0.65
benchRoleTimerMethod · 0.65
testMethod · 0.65

Calls

no outgoing calls

Tested by 15

onProcessMethod · 0.52
prepareDatasMethod · 0.52
testSerializeBeanMethod · 0.52
testSerializeDataMethod · 0.52
main2Method · 0.52
mainMethod · 0.52
main4Method · 0.52
testToDataMethod · 0.52
putMethod · 0.52
benchRoleTimerMethod · 0.52
testMethod · 0.52
testMmapMethod · 0.52