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

Class StrCmp

src/com/winvector/util/CountMap.java:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 private static class StrCmp implements Comparator<String>, Serializable {
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();
71

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected