Iterator.first

class Iterator
protected
Node*
first
()

Return Value

Type: Node*

the first node in the tree or null if there is none.

Meta