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

Method equals

ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongMap.java:85–85  ·  view source on GitHub ↗
(LongMap<V> a, LongMap<V> b)

Source from the content-addressed store, hash-verified

83 }
84
85 static <V> boolean equals(LongMap<V> a, LongMap<V> b) {
86 if (a == b)
87 return true;
88 if (a == null || b == null || a.size() != b.size())

Callers 15

equalsMethod · 0.95
equalsFunction · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
channelReadMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
_RunMethod · 0.65
TestConcurrencyMethod · 0.65
mainMethod · 0.65
RaftConfigMethod · 0.65

Calls

no outgoing calls

Tested by 15

equalsMethod · 0.76
mainMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
channelReadMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
_RunMethod · 0.52
TestConcurrencyMethod · 0.52
mainMethod · 0.52
RaftConfigMethod · 0.52
test1Method · 0.52