public class HashUtil extends Object
| Constructor and Description |
|---|
HashUtil() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getLongHash(byte[] data)
This method returns long hash for a given bytes array
|
static long |
getLongHash(String string)
This method returns long hash for a given string
|
public static long getLongHash(@NonNull
byte[] data)
data - public static long getLongHash(@NonNull
String string)
string - Copyright © 2018. All rights reserved.