LinkedList.readLast

class LinkedList(T)
T*
readLast
()

Return Value

Type: T*

the pointer to the last node in the list

Meta