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

Method compare

classpath/java/lang/String.java:32–35  ·  view source on GitHub ↗
(String a, String b)

Source from the content-addressed store, hash-verified

30 public static Comparator<String> CASE_INSENSITIVE_ORDER
31 = new Comparator<String>() {
32 @Override
33 public int compare(String a, String b) {
34 return a.compareToIgnoreCase(b);
35 }
36 };
37
38 private final Object data;

Callers

nothing calls this directly

Calls 1

compareToIgnoreCaseMethod · 0.80

Tested by

no test coverage detected