MCPcopy Create free account
hub / github.com/0linlin0/CyberBox / compare

Method compare

Skay_Exp/src/tools/Strings.java:52–52  ·  view source on GitHub ↗
(Object o1, Object o2)

Source from the content-addressed store, hash-verified

50
51 public static class ToStringComparator implements Comparator<Object> {
52 public int compare(Object o1, Object o2) { return o1.toString().compareTo(o2.toString()); }
53 }
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected