Short.this

Constructs a newly allocated {@code Short} object that represents the specified {@code short} value.

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

  1. this(short value)
    class Short
    this
    (
    short value
    )
  2. this(int value)

Meta