hashCode属性

int hashCode
override

返回一个数值的哈希码。

哈希码与等价性兼容。对于具有相同数值的intdouble,它返回相同的值,因此对于双精度零和负零也返回相同的值。

对于NaN值的哈希码,不做任何保证。

实现

int get hashCode;