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

Method maxValue

output/java_guava/1.4.16/DiscreteDomain.java:284–287  ·  view source on GitHub ↗

Returns the maximum value of type C, if it has one. The maximum value is the unique value for which Comparable#compareTo(Object) never returns a negative value for any input of type C. The default implementation throws NoSuchElementException. @return the maximum

()

Source from the content-addressed store, hash-verified

282 */
283
284 @CanIgnoreReturnValue
285 public C maxValue() {
286 throw new NoSuchElementException();
287 }
288}

Callers 3

greatestValueBelowMethod · 0.45
createMethod · 0.45
asSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected