You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hashCode
public static int hashCode(int value)
Returns a hash code for a int value; compatible with Integer.hashCode().
Parameters:
value - the value to hash
Returns:
a hash code value for a int value.
Since:
1.8
The text was updated successfully, but these errors were encountered:
I think we can/should use these methods if contraband does not support JDK 7.
https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html#hashCode-int-
The text was updated successfully, but these errors were encountered: