
public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
BIT_PER_BYTE
DJB2 constants.
|
static byte |
DJB2_MAGIC
DJB2 constants.
|
static byte |
DJB2_SHIFT
DJB2 constants.
|
static int |
DJB2_START
DJB2 start value.
|
static byte |
DOUBLE_SIZE
Number of bytes composing a double.
|
| Modifier | Constructor and Description |
|---|---|
private |
Constants() |
public static final byte DJB2_MAGIC
public static final byte DJB2_SHIFT
public static final byte BIT_PER_BYTE
public static final int DJB2_START
public static final byte DOUBLE_SIZE