MCPcopy 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
56public boolean equals(Object obj){
57 return setEquals(this, obj);
58}
59
60static public boolean setEquals(IPersistentSet s1, Object obj) {
61 if(s1 == obj) return true;

Callers

nothing calls this directly

Calls 1

setEqualsMethod · 0.95

Tested by

no test coverage detected