Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ classify
Method
classify
output/java_guava/1.4.18/ComparisonChain.java:120–122 ·
view source on GitHub ↗
(int result)
Source
from the content-addressed store, hash-verified
118
}
119
120
ComparisonChain classify(
int
result) {
121
return
(result < 0) ? LESS : (result > 0) ? GREATER : ACTIVE;
122
}
123
124
@Override
125
public
int
result() {
Callers
3
compare
Method · 0.95
compareTrueFirst
Method · 0.95
compareFalseFirst
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected