get(nodes: Adaptable[], index:Adaptable, notFound: Node): Node
Returns the node from the list of nodes at the specified index. If not, it returns the notFound node.
get(values: Node[], index: Node, notFound: Node) => Node
Returns the node from the list of nodes at the specified index. If not, it returns the notFound node.
get(values: Node[], index: Node, notFound: Node) => Node