LinkedList.hasElement

class LinkedList(T)
bool
hasElement
()

Return Value

Type: bool

true if list contains a node, i.e searches for a node and returns true if found

Meta