Returns the number of values.
()
| 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 |
no outgoing calls
no test coverage detected