Class DHashIterator

Inherits from:
Object
Declared in:
DHashTable.h

Class Hierarchy

    Object
      |
      +---DHashIterator

Class Description

The DHashIterator class implements a number of methods for iterating hash tables.

Last modified:
23-Jul-2006 (DHashTable.h)

Instance Variables

private DHashTable *_table
the table on which the iterator operates
private DHashNode *_node
the current node in the list
private unsigned long _index
the current index in the hash table

Method Index


generated 25-Jul-2006 by ObjcDoc 3.0.0