public interface KeyVisitor
The GNU Lesser General Public License for details.| Modifier and Type | Method and Description |
|---|---|
void |
visitBranch(Key key)
We've found a branch node in a Key tree, and are giving the visitor a
chance to do processing based on it.
|
void |
visitLeaf(Key key)
We've found a leaf node in a Key tree, and are giving the visitor a
chance to do processing based on it.
|
void visitLeaf(Key key)
key - The found leaf node.void visitBranch(Key key)
key - The found branch node.