
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 |
Innerclass that acts as a datastructure to create a new entry in the table.
| com::cosylab::acs::maci::manager::IntHashMap::Entry::Entry | ( | int | hash, | |
| int | key, | |||
| int | value, | |||
| Entry | next | |||
| ) | [inline, protected] |
Create a new entry with the given values.
| hash | The code used to hash the object with | |
| key | The key used to enter this in the table | |
| value | The value for this key | |
| next | A reference to the next entry in the table |
References initialize().
| void com::cosylab::acs::maci::manager::IntHashMap::Entry::initialize | ( | int | hash, | |
| int | key, | |||
| int | value, | |||
| Entry | next | |||
| ) | [inline] |
Set given values.
| hash | The code used to hash the object with | |
| key | The key used to enter this in the table | |
| value | The value for this key | |
| next | A reference to the next entry in the table |
Referenced by Entry().
Referenced by com::cosylab::acs::maci::manager::IntHashMap::rehash().
int com::cosylab::acs::maci::manager::IntHashMap::Entry::key [package] |
Referenced by com::cosylab::acs::maci::manager::IntHashMap::contains(), com::cosylab::acs::maci::manager::IntHashMap::containsKey(), com::cosylab::acs::maci::manager::IntHashMap::get(), com::cosylab::acs::maci::manager::IntHashMap::put(), com::cosylab::acs::maci::manager::IntHashMap::rehash(), com::cosylab::acs::maci::manager::IntHashMap::remove(), and com::cosylab::acs::maci::manager::IntHashMap::toArray().
1.6.2