Java Hash Calculate hash16(int hash)

Here you can find the source of hash16(int hash)

Description

hash

License

Open Source License

Declaration

public static int hash16(int hash) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static int hash16(int hash) {
        return hash & 0xffff ^ hash >>> 16;
    }/*  w w  w  .j  a  va2 s. c  o m*/
}

Related

  1. hash(Object[] array)
  2. hash(Object[] array)
  3. hash(Object[] state)
  4. hash1(int val)
  5. hash1(Object a)
  6. hash3(int hash, Object x, Object y, Object z)
  7. Hash32(byte[] v, int iStart, int iLength)
  8. hash32shiftmult(int k)
  9. hash64(final byte[] data, int length)