CCAFFEINE
0.8.8
|
#include <HashBucket.h>
Public Member Functions | |
CDELETE | HashBucket (Object *key, Object *value) |
Object * | key () |
Object * | element () |
HashBucket * | next () |
void | setNext (HashBucket *next) |
void | setValue (Object *val) |
Private Attributes | |
Object * | okey |
Object * | ovalue |
HashBucket * | hnext |
internal class for an object keyed hash of objects.
Get the bucket's key.
Get the bucket's element.
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.