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

Method compareTo

output/java_guava/1.4.19/UnsignedLong.java:263–267  ·  view source on GitHub ↗
(UnsignedLong o)

Source from the content-addressed store, hash-verified

261 }
262
263 @Override
264 public int compareTo(UnsignedLong o) {
265 checkNotNull(o);
266 return UnsignedLongs.compare(value, o.value);
267 }
268
269 @Override
270 public int hashCode() {

Callers

nothing calls this directly

Calls 2

compareMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected