Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ compareTo
Method
compareTo
src/main/java/groovy/lang/GString.java:242–245 ·
view source on GitHub ↗
{@inheritDoc}
(Object that)
Source
from the content-addressed store, hash-verified
240
* {@inheritDoc}
241
*/
242
@Override
243
public
int
compareTo(Object that) {
244
return
toString().compareTo(that.toString());
245
}
246
247
/**
248
* {@inheritDoc}
Callers
nothing calls this directly
Calls
2
toString
Method · 0.95
toString
Method · 0.65
Tested by
no test coverage detected