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

Method compareOrThrow

output/java_guava/1.4.18/Range.java:721–724  ·  view source on GitHub ↗
(Comparable left, Comparable right)

Source from the content-addressed store, hash-verified

719 }
720
721 @SuppressWarnings("unchecked") // this method may throw CCE
722 static int compareOrThrow(Comparable left, Comparable right) {
723 return left.compareTo(right);
724 }
725
726 /**
727 * Needed to serialize sorted collections of Ranges.

Callers 6

compareToMethod · 0.95
isLessThanMethod · 0.95
isLessThanMethod · 0.95
equalsOrThrowMethod · 0.95
createMethod · 0.95
subSetImplMethod · 0.95

Calls 1

compareToMethod · 0.45

Tested by

no test coverage detected