![]() |
VOOZH | about |
DoubleObject.hashCode()Parameters: It takes no parameters. Return Type: It returns an int value. The value returned is (int)(v^(v>>>32)) where v is a long variable equal to Double.doubleToLongBits(this.doubleValue()). Below is the implementation of hashCode() method: Example 1:
Hashcode Value of 118.698 : 1215072837
Hashcode Value of -30.0 : -1069678592