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

Method count

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

Returns the number of values.

()

Source from the content-addressed store, hash-verified

153 * Returns the number of values.
154 */
155 public long count() {
156 return count;
157 }
158
159 /**
160 * Returns the <a href="http://en.wikipedia.org/wiki/Arithmetic_mean">arithmetic mean</a> of the

Callers 2

populationVarianceMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected