CCAFFEINE  0.8.8
Public Member Functions | Private Attributes
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

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: