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

Method toString

output/java_guava/1.4.17/LongAdder.java:180–182  ·  view source on GitHub ↗

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

Calls 2

sumMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected