Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/gson
/ equal
Method
equal
src/main/java/com/google/gson/Pair.java:53–55 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
51
}
52
53
private
static
boolean equal(Object a, Object b) {
54
return
a == b || (a != null && a.equals(b));
55
}
56
57
@Override
58
public
String toString() {
Callers
1
equals
Method · 0.95
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected