MCPcopy Create free account
hub / github.com/davidgiven/luje / Long

Method Long

lib/java/lang/Long.java:75–77  ·  view source on GitHub ↗

Constructs a new Long with the specified primitive long value. @param value the primitive long value to store in the new instance.

(long value)

Source from the content-addressed store, hash-verified

73 * the primitive long value to store in the new instance.
74 */
75 public Long(long value) {
76 this.value = value;
77 }
78
79 /**
80 * Constructs a new {@code Long} from the specified string.

Callers

nothing calls this directly

Calls 1

parseLongMethod · 0.95

Tested by

no test coverage detected