Walks the entire tree looking for the first item that matches given equal_func
and key
.
The first parameter to equal_func
will always be key
. The second parameter will be the nodes
item property.
this |
A Tree |
equal_func |
A ArraySearchFunc |
key |
the key for |
A TreeNode or null. |