Package org.nd4j.linalg.util
Class HashUtil
- java.lang.Object
-
- org.nd4j.linalg.util.HashUtil
-
public class HashUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description HashUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longgetLongHash(@lombok.NonNull byte[] data)This method returns long hash for a given bytes arraystatic longgetLongHash(@NonNull String string)This method returns long hash for a given string
-
-
-
Method Detail
-
getLongHash
public static long getLongHash(@NonNull @lombok.NonNull byte[] data)This method returns long hash for a given bytes array- Parameters:
data-- Returns:
-
getLongHash
public static long getLongHash(@NonNull @NonNull String string)This method returns long hash for a given string- Parameters:
string-- Returns:
-
-