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

Method Long

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

Source from the content-addressed store, hash-verified

19 private final long value;
20
21 public Long(long value) {
22 this.value = value;
23 }
24
25 public Long(String s) {
26 this.value = parseLong(s);

Callers

nothing calls this directly

Calls 1

parseLongMethod · 0.95

Tested by

no test coverage detected