MCPcopy Index your code
hub / github.com/antlr/codebuff / max

Method max

corpus/java/training/guava/math/Stats.java:324–327  ·  view source on GitHub ↗

Returns the highest value in the dataset. The count must be non-zero. Non-finite values If the dataset contains Double#NaN then the result is Double#NaN. If it contains Double#POSITIVE_INFINITY and not Double#NaN then the result is {@link Double#POSITIVE

()

Source from the content-addressed store, hash-verified

322 * @throws IllegalStateException if the dataset is empty
323 */
324 public double max() {
325 checkState(count != 0);
326 return max;
327 }
328
329 /**
330 * {@inheritDoc}

Callers 15

collectTypesMethod · 0.45
maxEncodedSizeMethod · 0.45
toByteArrayMethod · 0.45
createSafeOctetsMethod · 0.45
tryAcquireMethod · 0.45
getTemplateRangeMethod · 0.45
loadMethod · 0.45
SystemFontMetricsMethod · 0.45
combineMaxMethod · 0.45

Calls 1

checkStateMethod · 0.45

Tested by 1

toByteArrayMethod · 0.36