MCPcopy Create free account
hub / github.com/ReadyTalk/avian / compare

Method compare

classpath/java/util/Arrays.java:147–150  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

145 public static void sort(Object[] array) {
146 sort(array, new Comparator() {
147 @Override
148 public int compare(Object a, Object b) {
149 return ((Comparable) a).compareTo(b);
150 }
151 });
152 }
153

Callers

nothing calls this directly

Calls 1

compareToMethod · 0.65

Tested by

no test coverage detected