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

Method addAll

output/java_guava/1.4.17/StatsAccumulator.java:90–94  ·  view source on GitHub ↗

Adds the given values to the dataset. @param values a series of values, which will be converted to double values (this may cause loss of precision)

(Iterable<? extends Number> values)

Source from the content-addressed store, hash-verified

88
89
90 public void addAll(Iterable<? extends Number> values) {
91 for (Number value : values) {
92 add(value.doubleValue());
93 }
94 }
95
96 /**
97 * Adds the given values to the dataset.

Callers 1

ofMethod · 0.95

Calls 11

addMethod · 0.95
nextMethod · 0.65
countMethod · 0.65
doubleValueMethod · 0.45
hasNextMethod · 0.45
meanMethod · 0.45
sumOfSquaresOfDeltasMethod · 0.45
minMethod · 0.45
maxMethod · 0.45
isFiniteMethod · 0.45

Tested by

no test coverage detected