Integer.this

Constructs a newly allocated {@code Integer} object that represents the specified {@code int} value.

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

class Integer
this
(
int value
)

Meta