Heap::current

(Available since version 1.0)

Heap::currentReturn current node pointed by the iterator

Description

public mixed Heap::current ( void )

Get the current datastructure node.

Parameters

This function has no parameters.

Return Values

The current node value.

To Top