|
CCAFFEINE
0.8.8
|
#include <GenericHashBucket.h>


Public Member Functions | |
| CDELETE | GenericHashBucket (HashKey *key, Object *value) |
| HashKey * | key () |
| Object * | element () |
| GenericHashBucket * | next () |
| void | setNext (GenericHashBucket *next) |
| void | setValue (Object *val) |
Private Attributes | |
| HashKey * | okey |
| Object * | ovalue |
| GenericHashBucket * | 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::GenericHashBucket::setNext | ( | GenericHashBucket * | next | ) |
Set the next bucket.
| void jcpp::GenericHashBucket::setValue | ( | Object * | val | ) |
Set the bucket's value.
1.7.6.1