BTIterator :: GetNext - Get next instance
The function selects the entry with the next higher key value. When no current entry is selected in the iterator, the function selects the first 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 * )

