getOrNull

open fun getOrNull(path: Path): TreeNode?
open fun getOrNull(path: String): TreeNode?

Returns tree node in specified path if this tree node contains value(s) in specified path, null otherwise.

Return

tree node in specified path if this tree node contains value(s) in specified path, null otherwise

Parameters

path

item path