MCPcopy 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
53public boolean equiv(Object obj){
54 try {
55 return super.equiv(obj);
56 } catch (ClassCastException e) {
57 return false;
58 }
59}
60
61public IPersistentSet disjoin(Object key) {
62 if(contains(key))

Callers

nothing calls this directly

Calls 1

equivMethod · 0.65

Tested by

no test coverage detected