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