Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ longValue
Method
longValue
output/java_guava/1.4.17/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
distance
Method · 0.45
tryParse
Method · 0.45
log10
Method · 0.45
sqrt
Method · 0.45
toArray
Method · 0.45
bigToDouble
Method · 0.45
Calls
1
sum
Method · 0.95
Tested by
no test coverage detected