LinkedList::next

(Available since version 1.0)

LinkedList::nextMove to next entry

Description

public void LinkedList::next ( void )

Move the iterator to the next node.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top