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

Method leastValueAbove

output/java_guava/1.4.17/Cut.java:171–174  ·  view source on GitHub ↗
(DiscreteDomain<Comparable<?>> domain)

Source from the content-addressed store, hash-verified

169 }
170
171 @Override
172 Comparable<?> leastValueAbove(DiscreteDomain<Comparable<?>> domain) {
173 return domain.minValue();
174 }
175
176 @Override
177 Comparable<?> greatestValueBelow(DiscreteDomain<Comparable<?>> domain) {

Callers

nothing calls this directly

Calls 1

minValueMethod · 0.45

Tested by

no test coverage detected