jcpp::GenericHashBucket Class Reference

#include <GenericHashBucket.h>

Inheritance diagram for jcpp::GenericHashBucket:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

CDELETE GenericHashBucket (HashKey *key, Object *value)
HashKey * key ()
Objectelement ()
GenericHashBucketnext ()
void setNext (GenericHashBucket *next)
void setValue (Object *val)

Private Attributes

HashKey * okey
Objectovalue
GenericHashBuckethnext


Detailed Description

internal class for an object keyed hash of objects.

Member Function Documentation

HashKey* jcpp::GenericHashBucket::key (  ) 

Get the bucket's key.

Object* jcpp::GenericHashBucket::element (  ) 

Get the bucket's element.

GenericHashBucket* jcpp::GenericHashBucket::next (  ) 

Get the next bucket.

void jcpp::GenericHashBucket::setNext ( GenericHashBucket next  ) 

Set the next bucket.

void jcpp::GenericHashBucket::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