Class Hash

java.lang.Object
gaiasky.util.gdx.contrib.utils.Hash

public final class Hash extends Object
* General Purpose Hash Function Algorithms Library * * Author: Arash Partow - 2002 * URL: http://www.partow.net * URL: http://www.partow.net/programming/hashfunctions/index.html * * Copyright notice: * Free use of the General Purpose Hash Function Algorithms Library is * permitted under the guidelines and in accordance with the most current * version of the Common Public License. * http://www.opensource.org/licenses/cpl1.0.php * * *************************************************************************
  • Method Details

    • RSHash

      public static long RSHash(String str)
    • JSHash

      public static long JSHash(String str)
    • PJWHash

      public static long PJWHash(String str)
    • ELFHash

      public static long ELFHash(String str)
    • BKDRHash

      public static long BKDRHash(String str)
    • SDBMHash

      public static long SDBMHash(String str)
    • DJBHash

      public static long DJBHash(String str)
    • DEKHash

      public static long DEKHash(String str)
    • BPHash

      public static long BPHash(String str)
    • FNVHash

      public static long FNVHash(String str)
    • APHash

      public static long APHash(String str)