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

Method compareTo

output/java_guava/1.4.16/UnsignedLong.java:262–266  ·  view source on GitHub ↗
(UnsignedLong o)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

compareMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected