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/APersistentSet.java:56–58 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
54
}
55
56
public
boolean equals(Object obj){
57
return
setEquals(this, obj);
58
}
59
60
static
public
boolean setEquals(IPersistentSet s1, Object obj) {
61
if
(s1 == obj)
return
true;
Callers
nothing calls this directly
Calls
1
setEquals
Method · 0.95
Tested by
no test coverage detected