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

Method compare

src/jvm/clojure/lang/RT.java:286–288  ·  view source on GitHub ↗
(Object o1, Object o2)

Source from the content-addressed store, hash-verified

284
285private static final class DefaultComparator implements Comparator, Serializable {
286 public int compare(Object o1, Object o2){
287 return Util.compare(o1, o2);
288 }
289
290 private Object readResolve() throws ObjectStreamException {
291 // ensures that we aren't hanging onto a new default comparator for every

Callers

nothing calls this directly

Calls 1

compareMethod · 0.95

Tested by

no test coverage detected