Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ isReverse
Method
isReverse
src/main/java/groovy/lang/IntRange.java:399–402 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
397
* {@inheritDoc}
398
*/
399
@Override
400
public
boolean isReverse() {
401
return
(inclusiveRight == null && inclusiveLeft == null) ? reverse : (from > to);
402
}
403
404
/**
405
* {@inheritDoc}
Callers
3
get
Method · 0.95
subList
Method · 0.95
step
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected