Byte.this

Constructs a newly allocated {@code Byte} object that represents the specified {@code byte} value.

@param value the value to be represented by the {@code Byte}.

  1. this(byte value)
    class Byte
    this
    (
    byte value
    )
  2. this(int value)

Meta