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

Method greatestValueBelow

output/java_guava/1.4.18/Cut.java:356–359  ·  view source on GitHub ↗
(DiscreteDomain<C> domain)

Source from the content-addressed store, hash-verified

354 }
355
356 @Override
357 C greatestValueBelow(DiscreteDomain<C> domain) {
358 return domain.previous(endpoint);
359 }
360
361 @Override
362 public int hashCode() {

Callers

nothing calls this directly

Calls 1

previousMethod · 0.45

Tested by

no test coverage detected