Class DHashTable

Inherits from:
Object
Declared in:
DHashTable.h

Class Hierarchy

    Object
      |
      +---DHashTable

Class Description

The hash table collection class implements a number of methods for creating, inserting searching and removing objects in a hash table.

Last modified:
31-Oct-2007 (DHashTable.h)

Instance Variables

private DHashNode **_table
the actual table with the nodes
private Class _class
the class of the key
private unsigned long _size
the size of the table
private long _count
the number of nodes in the hash table
private double _load
the load factor before resising >0.0
private unsigned long _threshold
the threshold for resizing

Method Index


generated 05-Nov-2007 by ObjcDoc 3.0.0