|
||||||||||
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.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
void |
visitBranch(Key key)
We've found a branch node in a Key tree, and are giving the visitor a change 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 change 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-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |