Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ valueOf
Method
valueOf
classpath/java/lang/Long.java:29–31 ·
view source on GitHub ↗
(String value)
Source
from the content-addressed store, hash-verified
27
}
28
29
public
static
Long valueOf(String value) {
30
return
new
Long(value);
31
}
32
33
public
static
Long valueOf(long value) {
34
return
new
Long(value);
Callers
4
main
Method · 0.95
parseAnnotationValue
Method · 0.95
get
Method · 0.95
get
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76