public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
DEFAULT_BYTE_NO_ENTRY_VALUE
the default value that represents for byte types.
|
static int |
DEFAULT_CAPACITY
the default capacity for new collections
|
static char |
DEFAULT_CHAR_NO_ENTRY_VALUE
the default value that represents for char types.
|
static double |
DEFAULT_DOUBLE_NO_ENTRY_VALUE
the default value that represents for double types.
|
static float |
DEFAULT_FLOAT_NO_ENTRY_VALUE
the default value that represents for float types.
|
static int |
DEFAULT_INT_NO_ENTRY_VALUE
the default value that represents for int types.
|
static float |
DEFAULT_LOAD_FACTOR
the load above which rehashing occurs.
|
static long |
DEFAULT_LONG_NO_ENTRY_VALUE
the default value that represents for long types.
|
static short |
DEFAULT_SHORT_NO_ENTRY_VALUE
the default value that represents for short types.
|
| Constructor and Description |
|---|
Constants() |
public static final int DEFAULT_CAPACITY
public static final float DEFAULT_LOAD_FACTOR
public static final byte DEFAULT_BYTE_NO_ENTRY_VALUE
public static final short DEFAULT_SHORT_NO_ENTRY_VALUE
public static final char DEFAULT_CHAR_NO_ENTRY_VALUE
public static final int DEFAULT_INT_NO_ENTRY_VALUE
public static final long DEFAULT_LONG_NO_ENTRY_VALUE
public static final float DEFAULT_FLOAT_NO_ENTRY_VALUE
public static final double DEFAULT_DOUBLE_NO_ENTRY_VALUE