|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KeyVisitor
An interface for components wanting to visit all the nodes in a Key tree.
The GNU Lesser General Public License for details.| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void visitLeaf(Key key)
key - The found leaf node.void visitBranch(Key key)
key - The found branch node.
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||