MCPcopy Index your code
hub / github.com/java-native-access/jna / compareTo

Method compareTo

src/com/sun/jna/WString.java:49–52  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

47 return toString().hashCode();
48 }
49 @Override
50 public int compareTo(Object o) {
51 return toString().compareTo(o.toString());
52 }
53 @Override
54 public int length() {
55 return toString().length();

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected