com::cosylab::acs::maci::manager::IntHashMap::Entry Class Reference

Collaboration diagram for com::cosylab::acs::maci::manager::IntHashMap::Entry:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Innerclass that acts as a datastructure to create a new entry in the table.


Constructor & Destructor Documentation

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.

Parameters:
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().


Member Function Documentation

void com::cosylab::acs::maci::manager::IntHashMap::Entry::initialize ( int  hash,
int  key,
int  value,
Entry  next 
) [inline]

Set given values.

Parameters:
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().


Member Data Documentation


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2