Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/java-native-access/jna
/ compareTo
Method
compareTo
src/com/sun/jna/NativeString.java:134–140 ·
view source on GitHub ↗
(Object other)
Source
from the content-addressed store, hash-verified
132
}
133
134
@Override
135
public
int
compareTo(Object other) {
136
if
(other == null)
137
return
1;
138
139
return
toString().compareTo(other.toString());
140
}
141
}
Callers
1
equals
Method · 0.95
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected