public class HashingUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTE_SIZE |
static int |
CHARACTER_SIZE |
static int |
CHARS_BYTES |
| Constructor and Description |
|---|
HashingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
hashUnencodedChars(java.lang.CharSequence input) |
static int |
hashUnencodedChars(java.lang.CharSequence input,
int seed) |
public static final int CHARACTER_SIZE
public static final int BYTE_SIZE
public static final int CHARS_BYTES