LinkedList.readFirst

class LinkedList(T)
T*
readFirst
()

Return Value

Type: T*

the pointer to the first node in the list

Meta