Tools.h++ Manual

21-8 104011 Tandem Computers Incorporated
21
Public member functions
Virtual RWCollectable* findNext (const RWCollectable*
target);
Redefined from class
RWIterator
. Moves iterator to the next item which
isEqual to the object pointed to by
target
and returns it. Hashing is used to
find the target. If no item is found, returns nil and the position of the iterator
will be undefined.
Virtual RWCollectable* key() const;
Redefined from class
RWIterator
. Returns the item at the current iterator
position.
virtual void reset();
Redefined from class
RWIterator
. Resets the iterator to its starting state.