N - is the actual tree node implementation.public interface TreeSearchCriterion<N extends TreeNode<N>>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
accepted(N node) |
This method returns whether a node is accepted as a search result or not.
|
boolean accepted(N node)
node - is the current node visited.Copyright © 2014–2018 PureSol Technologies. All rights reserved.