Allocates a {@code Boolean} object representing the
{@code value} argument.
<p><b>Note: It is rarely appropriate to use this constructor.
Unless a <i>new</i> instance is required, the static factory
{@link #valueOf(bool)} is generally a better choice. It is
likely to yield significantly better space and time performance.</b>
Allocates a {@code Boolean} object representing the {@code value} argument.
<p><b>Note: It is rarely appropriate to use this constructor. Unless a <i>new</i> instance is required, the static factory {@link #valueOf(bool)} is generally a better choice. It is likely to yield significantly better space and time performance.</b>
@param value the value of the {@code Boolean}.