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

Method greatestValueBelow

output/java_guava/1.4.16/Cut.java:268–271  ·  view source on GitHub ↗
(DiscreteDomain<Comparable<?>> domain)

Source from the content-addressed store, hash-verified

266 }
267
268 @Override
269 Comparable<?> greatestValueBelow(DiscreteDomain<Comparable<?>> domain) {
270 return domain.maxValue();
271 }
272
273 @Override
274 public int compareTo(Cut<Comparable<?>> o) {

Callers

nothing calls this directly

Calls 1

maxValueMethod · 0.45

Tested by

no test coverage detected