MCPcopy 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

testSortMethod · 0.95
mainMethod · 0.95
testMethod · 0.95
test2Method · 0.95
test3Method · 0.95
testIteratorsMethod · 0.95
testIterators2Method · 0.95
testSortMethod · 0.95
parseAnnotationValueMethod · 0.95
getMethod · 0.95
getMethod · 0.95

Calls 1

parseIntMethod · 0.95

Tested by 8

testSortMethod · 0.76
mainMethod · 0.76
testMethod · 0.76
test2Method · 0.76
test3Method · 0.76
testIteratorsMethod · 0.76
testIterators2Method · 0.76
testSortMethod · 0.76