MCPcopy Create free account
hub / github.com/ReadyTalk/avian / Integer

Method Integer

classpath/java/lang/Integer.java:21–23  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

19 private final int value;
20
21 public Integer(int value) {
22 this.value = value;
23 }
24
25 public Integer(String s) {
26 this.value = parseInt(s);

Callers

nothing calls this directly

Calls 1

parseIntMethod · 0.95

Tested by

no test coverage detected