Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toArray
Method · 0.45
tryParse
Method · 0.45
sqrt
Method · 0.45
size
Method · 0.45
Calls
1
sum
Method · 0.95
Tested by
no test coverage detected