steal
Description:
public void steal ()
  
  Removes the key/value pair currently pointed to by the iterator from its associated GenericSet, without calling the key and value destroy functions.
Can only be called after next returned true , and cannot be called more than once for the same key/value pair.
Parameters:
| this | 
           an initialized GenericSetIter  |