jcpp::HashBucket Class Reference

#include <HashBucket.h>

Inheritance diagram for jcpp::HashBucket:

Inheritance graph
[legend]
Collaboration diagram for jcpp::HashBucket:

Collaboration graph
[legend]

List of all members.

Public Member Functions

CDELETE HashBucket (Object *key, Object *value)
Objectkey ()
Objectelement ()
HashBucketnext ()
void setNext (HashBucket *next)
void setValue (Object *val)

Private Attributes

Objectokey
Objectovalue
HashBuckethnext


Detailed Description

internal class for an object keyed hash of objects.

Member Function Documentation

Object* jcpp::HashBucket::key (  ) 

Get the bucket's key.

Object* jcpp::HashBucket::element (  ) 

Get the bucket's element.

HashBucket* jcpp::HashBucket::next (  ) 

Get the next bucket.

void jcpp::HashBucket::setNext ( HashBucket next  ) 

Set the next bucket.

void jcpp::HashBucket::setValue ( Object val  ) 

Set the bucket's value.


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

Generated on Thu Sep 17 08:21:30 2009 for CCAFFEINE by  doxygen 1.5.9