Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ equiv
Method
equiv
src/jvm/clojure/lang/PersistentTreeSet.java:53–59 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
boolean equiv(Object obj){
54
try {
55
return
super.equiv(obj);
56
} catch (ClassCastException e) {
57
return
false;
58
}
59
}
60
61
public
IPersistentSet disjoin(Object key) {
62
if
(contains(key))
Callers
nothing calls this directly
Calls
1
equiv
Method · 0.65
Tested by
no test coverage detected