T
- the type used for the nodes of the tree.X
- the type of exception thrown. Use
NeverThrownRuntimeException
if no exception is thrownpublic interface ITreeWalker<T,X extends java.lang.Exception>
Modifier and Type | Method and Description |
---|---|
java.util.Collection<T> |
getChildren(T node)
Returns the children of the given tree node.
|
java.util.Collection<T> getChildren(T node) throws X extends java.lang.Exception
X extends java.lang.Exception