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

Method longValue

output/java_guava/1.4.18/LongAdder.java:191–193  ·  view source on GitHub ↗

Equivalent to #sum. @return the sum

()

Source from the content-addressed store, hash-verified

189
190
191 public long longValue() {
192 return sum();
193 }
194
195 /**
196 * Returns the {@link #sum} as an {@code int} after a narrowing

Callers 6

distanceMethod · 0.45
tryParseMethod · 0.45
log10Method · 0.45
sqrtMethod · 0.45
toArrayMethod · 0.45
bigToDoubleMethod · 0.45

Calls 1

sumMethod · 0.95

Tested by

no test coverage detected