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

Method minValue

output/java_guava/1.4.16/DiscreteDomain.java:267–270  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

265 */
266
267 @CanIgnoreReturnValue
268 public C minValue() {
269 throw new NoSuchElementException();
270 }
271
272 /**
273 * Returns the maximum value of type {@code C}, if it has one. The maximum

Callers 3

leastValueAboveMethod · 0.45
canonicalMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected