MCPcopy Create free account
hub / github.com/SquirrelJME/SquirrelJME / Byte

Method Byte

runt/apis/cldc-compact/java/lang/Byte.java:55–58  ·  view source on GitHub ↗

Initializes the boxed value. @param __v The value to store. @since 2018/11/14

(byte __v)

Source from the content-addressed store, hash-verified

53 * @since 2018/11/14
54 */
55 public Byte(byte __v)
56 {
57 this._value = __v;
58 }
59
60 /**
61 * Initializes the byte value from the string.

Callers

nothing calls this directly

Calls 1

parseByteMethod · 0.95

Tested by

no test coverage detected