Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ valueOf
Method
valueOf
classpath/java/lang/Double.java:33–35 ·
view source on GitHub ↗
(double value)
Source
from the content-addressed store, hash-verified
31
}
32
33
public
static
Double valueOf(double value) {
34
return
new
Double(value);
35
}
36
37
public
static
Double valueOf(String s) {
38
return
new
Double(s);
Callers
3
parseAnnotationValue
Method · 0.95
get
Method · 0.95
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected