LinkedList::count

(Available since version 1.0)

LinkedList::countCounts the number of elements in the singly linked list.

Description

public int LinkedList::count ( void )

Parameters

This function has no parameters.

Return Values

Returns the number of elements in the singly linked list.

To Top