BigDecimal.hashCode

BigDecimal.hashCode

Class Overview | Class Members | This Package | All Packages

Syntax
public int hashCode()
Description
Computes a hash code for this object. Note that two BigDecimals that are numerically equal but differ in scale (e.g., 2.0, 2.00) will not generally have the same hash code.

Overrides
hashCode in class Object