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

Method intValue

output/java_guava/1.4.19/LongAdder.java:201–203  ·  view source on GitHub ↗

Returns the #sum as an int after a narrowing primitive conversion.

()

Source from the content-addressed store, hash-verified

199
200
201 public int intValue() {
202 return (int) sum();
203 }
204
205 /**
206 * Returns the {@link #sum} as a {@code float}

Callers 4

toArrayMethod · 0.45
tryParseMethod · 0.45
sqrtMethod · 0.45
sizeMethod · 0.45

Calls 1

sumMethod · 0.95

Tested by

no test coverage detected