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

Method put

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/GTable/Table.java:139–139  ·  view source on GitHub ↗

Associates the specified value with the specified keys. If the table already contained a mapping for those keys, the old value is replaced with the specified value. @param rowKey row key that the value should be associated with @param columnKey column key that the value should be associated with @p

(R rowKey, C columnKey, V value)

Source from the content-addressed store, hash-verified

137 * for the keys
138 */
139 @CheckForNull
140 V put(R rowKey, C columnKey, V value);
141
142 /**

Callers 15

findsMethod · 0.65
putMethod · 0.65
replaceMethod · 0.65
replaceTableMethod · 0.65
commitMethod · 0.65
removeMethod · 0.65
replaceMethod · 0.65
findsMethod · 0.65
replaceMethod · 0.65
putMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected