- anObject
- the object to calculate the hash code.
Documentation for this section has not yet been entered.
Returns an integer hash code for the parameter. The hash code returned is the same one that would be returned by the method java.lang.Object.hashCode(), whether or not the object's class has overridden hashCode(). The hash code for null is 0.