Understand Java hasCode() method
1. definintion in java.lang.Object public native int hashCode(); keyword 'native' indicates the mothod is implemented directly in the native code in the JVM. it is a 32-bit signed integer.2. questions
本文共 286 字,大约阅读时间需要 1 分钟。
Understand Java hasCode() method
1. definintion in java.lang.Object public native int hashCode(); keyword 'native' indicates the mothod is implemented directly in the native code in the JVM. it is a 32-bit signed integer.2. questions
转载于:https://my.oschina.net/insidesource/blog/537435