MCPcopy Index your code
hub / github.com/clojure/clojure / equiv

Method equiv

src/jvm/clojure/lang/PersistentTreeMap.java:108–114  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

106}
107
108public boolean equiv(Object obj){
109 try {
110 return super.equiv(obj);
111 } catch (ClassCastException e) {
112 return false;
113 }
114}
115
116public PersistentTreeMap assocEx(Object key, Object val) {
117 Box found = new Box(null);

Callers

nothing calls this directly

Calls 1

equivMethod · 0.65

Tested by

no test coverage detected