Method ADT.List()->_get_iterator()->delete()
- Method delete
voiddelete()- Description
Delete the current node.
The current position will advance to the next node. This function thus performes the reverse operation of insert().
- See also
void delete()
Delete the current node.
The current position will advance to the next node. This function thus performes the reverse operation of insert().