LinkedList::isEmpty

(Available since version 1.0)

LinkedList::isEmptyChecks whether the singly linked list is empty

Description

public bool LinkedList::isEmpty ( void )

Parameters

This function has no parameters.

Return Values

Returns whether the singly linked list is empty.

To Top