Package | Description |
---|---|
org.apache.commons.lang |
Provides highly reusable static utility methods, chiefly concerned
with adding value to the
java.lang classes. |
Modifier and Type | Field and Description |
---|---|
(package private) IntHashMap.Entry |
IntHashMap.Entry.next |
private IntHashMap.Entry[] |
IntHashMap.table
The hash table data.
|
Constructor and Description |
---|
Entry(int hash,
int key,
java.lang.Object value,
IntHashMap.Entry next)
Create a new entry with the given values.
|