Method
toString
Returns the String representation of the #sum. @return the String representation of the #sum
()
Source from the content-addressed store, hash-verified
| 178 | |
| 179 | |
| 180 | public String toString() { |
| 181 | return Long.toString(sum()); |
| 182 | } |
| 183 | |
| 184 | /** |
| 185 | * Equivalent to {@link #sum}. |
Callers
nothing calls this directly
Tested by
no test coverage detected