Here you can find the source of hash(int p_188208_0_)
public static int hash(int p_188208_0_)
//package com.java2s; //License from project: LGPL public class Main { public static int hash(int p_188208_0_) { p_188208_0_ = p_188208_0_ ^ p_188208_0_ >>> 16; p_188208_0_ = p_188208_0_ * -2048144789; p_188208_0_ = p_188208_0_ ^ p_188208_0_ >>> 13; p_188208_0_ = p_188208_0_ * -1028477387; p_188208_0_ = p_188208_0_ ^ p_188208_0_ >>> 16; return p_188208_0_; }//w w w . j a v a2 s.c o m }