Documentation for the constructor new Boolean(boolean value) in Java states:
new Boolean(boolean value)
Note: It is rarely appropriate to use this constructor. Unle
Another, not necessarily good reason would probably be to simply keep it consistent with the other native wrappers.