JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openforis.commons.collection
Interface Tree.NodeVisitor<T>
Enclosing class:
Tree
<
T
>
public static interface
Tree.NodeVisitor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
visit
(
Tree.Node
<
T
> node)
Method Details
visit
void
visit
(
Tree.Node
<
T
> node)