Java Hash String hash32(String data)

Here you can find the source of hash32(String data)

Description

hash

License

Open Source License

Declaration

public static int hash32(String data) 

Method Source Code

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

public class Main {
    public static int hash32(String data) {
        return data.hashCode();
    }/*w w w  . j a va 2 s .com*/
}

Related

  1. hash(String str, int max)
  2. hash(String str, int offset)
  3. hash(String string)
  4. hash(String string, int length)
  5. hash(String strPlain)
  6. hashAlgToId(String hashAlg)
  7. hashArrayToString(int a[])
  8. hashbang(final String historyToken)
  9. hashcode(String name)