The JavaDoc of Boolean.hashCode() method says:
Returns the integer
1231if this object representstrue; returns the integer1237if this object representsfalse.
The JavaDoc of Boolean.hashCode() method says:
Returns the integer
1231if this object representstrue; returns the integer1237if this object representsfalse.