Long.this

Constructs a newly allocated {@code Long} object that represents the specified {@code long} argument.

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

  1. this(long value)
    class Long
    this
    (
    long value
    )
  2. this(string s)

Meta