Method ADT.List()->Iterator()->delete()


Method delete

void delete()

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

insert(), append(), set()