LinkedList.hasElement

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

class LinkedList(T)
bool
hasElement
()

Meta