扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.lang类system的类成员方法: identityhashcode定义及介绍
发布时间:2014-2-17
本文导语:
identityhashcode
public static int identityhashcode(object x)
返回给定对象的哈希码,该代码与默认的方法 hashcode() 返回的代码一样,无论给定对象的类是否重写 hashcode()。null 引用的哈希码为 0。
参数:x - 要计算其哈希码的对象
返回:...