
Public Member Functions | |
| void | initialize (int hash, int key, int value, Entry next) |
Protected Member Functions | |
| Entry (int hash, int key, int value, Entry next) | |
Package Attributes | |
| int | hash |
| int | key |
| int | value |
| Entry | next |
|
||||||||||||||||||||
|
Create a new entry with the given values.
|
|
||||||||||||||||||||
|
Set given values.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8