For example if a node has 3 visible and one hidden children nodes and a filter is applied to only accept visible nodes, getChildrenCount would only return 2, iterating over the filtered node would not include the hidden node, etc.
@return a filtered node @throws IllegalArgumentException if filter is null
|
|
|
|
|
|