Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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


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


Member Data Documentation

int com::cosylab::acs::maci::manager::IntHashMap::Entry::hash [package]
 

int com::cosylab::acs::maci::manager::IntHashMap::Entry::key [package]
 

Entry com::cosylab::acs::maci::manager::IntHashMap::Entry::next [package]
 

int com::cosylab::acs::maci::manager::IntHashMap::Entry::value [package]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:11:21 2009 for ACS Java API by doxygen 1.3.8