Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ equals
Method
equals
src/jvm/clojure/lang/APersistentVector.java:136–140 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
134
}
135
136
public
boolean equals(Object obj){
137
if
(obj == this)
138
return
true;
139
return
doEquals(this, obj);
140
}
141
142
public
boolean equiv(Object obj){
143
if
(obj == this)
Callers
nothing calls this directly
Calls
1
doEquals
Method · 0.95
Tested by
no test coverage detected