LinkedList::current

(Available since version 1.0)

LinkedList::currentReturn current array entry

Description

public mixed LinkedList::current ( void )

Get the current singly linked list node.

Parameters

This function has no parameters.

Return Values

The current node value.

To Top