public class JenkinsHash
public long getA()
public void setA(long p)
public long getB()
public void setB(long p)
public long getC()
public void setC(long p)
@JvmOverloads
public long hash(@NotNull
kotlin.Array[] buffer,
long initialValue)
See hash(byte[] buffer, long initialValue)
buffer - Byte array that we are hashing on.@JvmOverloads
public long hash(@NotNull
kotlin.Array[] buffer)
See hash(byte[] buffer, long initialValue)
buffer - Byte array that we are hashing on.@JvmStatic
public static long getHash(@NotNull
java.lang.String str)