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

Method valueOf

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

Boxes the specified byte value. @param __v The value to box. @return The boxed value. @since 2018/11/14

(byte __v)

Source from the content-addressed store, hash-verified

270 * @since 2018/11/14
271 */
272 public static Byte valueOf(byte __v)
273 {
274 return new Byte(__v);
275 }
276
277 /**
278 * Parses the string to the given byte value.

Callers 3

__convertToObjectMethod · 0.95
decodeMethod · 0.95
__singleStepMethod · 0.95

Calls 1

parseByteMethod · 0.95

Tested by 1

__convertToObjectMethod · 0.76