|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgnu.trove.impl.Constants
public class Constants
Central location for constants needed by various implementations.
| Field Summary | |
|---|---|
static int |
DEFAULT_CAPACITY
the default capacity for new collections |
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. |
| Constructor Summary | |
|---|---|
Constants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_CAPACITY
public static final float DEFAULT_LOAD_FACTOR
public static final int DEFAULT_INT_NO_ENTRY_VALUE
public static final long DEFAULT_LONG_NO_ENTRY_VALUE
| Constructor Detail |
|---|
public Constants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||