hashCode 属性

int hashCode
override

返回一个计算出的哈希码,计算方式为 toString().hashCode

这保证了具有相同规范字符串表示的 URIs 具有相同的哈希码。

实现

int get hashCode;