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

Method find

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Database.java:228–228  ·  view source on GitHub ↗
(@NotNull TableX<K, V> table, @NotNull Object key)

Source from the content-addressed store, hash-verified

226 /// ////////////////////////////////////////////////////////
227 // TableX类型下沉到这里,准备添加关系表映射。
228 <K extends Comparable<K>, V extends Bean> @Nullable V find(@NotNull TableX<K, V> table, @NotNull Object key);
229
230 <K extends Comparable<K>, V extends Bean> boolean containsKey(@NotNull TableX<K, V> table, @NotNull Object key);
231

Callers 15

ServiceMethod · 0.65
EncodeBeanMethod · 0.65
DecodeBeanMethod · 0.65
IsHandshakeProtocolMethod · 0.65
RemoveRpcContextMethod · 0.65
SendProtocolMethod · 0.65
UpdateMethod · 0.65
DecodeAndDispatchMethod · 0.65
getMethod · 0.65
clearMethod · 0.65
mainMethod · 0.65

Implementers 1

AbstractKVTableZezeJava/ZezeJava/src/main/java/Zeze/T

Calls

no outgoing calls

Tested by 8

mainMethod · 0.52
checkMethod · 0.52
testFullMethod · 0.52
test1Method · 0.52
test1Method · 0.52
test1Method · 0.52
testModeTableMethod · 0.52
testCpMethod · 0.52