Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
equals
Method · 0.95
equals
Function · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
channelRead
Method · 0.65
main
Method · 0.65
main
Method · 0.65
_Run
Method · 0.65
TestConcurrency
Method · 0.65
main
Method · 0.65
RaftConfig
Method · 0.65
Calls
no outgoing calls
Tested by
15
equals
Method · 0.76
main
Method · 0.52
main
Method · 0.52
main
Method · 0.52
channelRead
Method · 0.52
main
Method · 0.52
main
Method · 0.52
_Run
Method · 0.52
TestConcurrency
Method · 0.52
main
Method · 0.52
RaftConfig
Method · 0.52
test1
Method · 0.52