Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ AtomicDouble
Method
AtomicDouble
JSAT/src/jsat/utils/concurrent/AtomicDouble.java:16–20 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
14
private
final
AtomicLong base;
15
16
public
AtomicDouble(double value)
17
{
18
base =
new
AtomicLong();
19
set(value);
20
}
21
22
public
void
set(double val)
23
{
Callers
nothing calls this directly
Calls
1
set
Method · 0.95
Tested by
no test coverage detected