MCPcopy Create free account
hub / github.com/antlr/codebuff / classify

Method classify

output/java_guava/1.4.16/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

compareMethod · 0.95
compareTrueFirstMethod · 0.95
compareFalseFirstMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected