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