company logo

BTIterator :: GetPrevious - Get previous instance

The function selects the entry with the next lower key value. When no current entry is selected in the iterator, the function selects the last entry. Finally, the function returns the instance from the selected entry. When no entry could be selected, the function returns NULL.

Return value:  Instance returned from a binary tree ( void * )

Implementation details

void * BTIterator  :: GetPrevious (  )