LinkedList::rewind

(Available since version 1.0)

LinkedList::rewindRewind iterator back to the start

Description

public void LinkedList::rewind ( void )

This rewinds the iterator to the beginning.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top