CCAFFEINE  0.8.8
Public Member Functions | Private Attributes
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)
HashKeykey ()
Objectelement ()
GenericHashBucketnext ()
void setNext (GenericHashBucket *next)
void setValue (Object *val)

Private Attributes

HashKeyokey
Objectovalue
GenericHashBuckethnext

Detailed Description

internal class for an object keyed hash of objects.


Member Function Documentation

Get the bucket's key.

Get the bucket's element.

Get the next bucket.

Set the next bucket.

Set the bucket's value.


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