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

Method leastValueAbove

corpus/java/training/guava/collect/Cut.java:430–433  ·  view source on GitHub ↗
(DiscreteDomain<C> domain)

Source from the content-addressed store, hash-verified

428 }
429
430 @Override
431 C leastValueAbove(DiscreteDomain<C> domain) {
432 return domain.next(endpoint);
433 }
434
435 @Override
436 C greatestValueBelow(DiscreteDomain<C> domain) {

Callers 1

canonicalMethod · 0.95

Calls 1

nextMethod · 0.65

Tested by

no test coverage detected