MCPcopy Create free account
hub / github.com/WinVector/Logistic / compare

Method compare

src/com/winvector/util/CountMap.java:64–67  ·  view source on GitHub ↗
(final String arg0, final String arg1)

Source from the content-addressed store, hash-verified

62 private static final long serialVersionUID = 1L;
63
64 @Override
65 public int compare(final String arg0, final String arg1) {
66 return arg0.compareTo(arg1);
67 }
68 }
69
70 public static final Comparator<String> strCmp = new StrCmp();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected