Package org.apache.hadoop.hbase.util
Interface AvlUtil.AvlNodeVisitor<TNode extends AvlUtil.AvlNode>
- Enclosing class:
- AvlUtil
Visitor that allows to traverse a set of AvlNodes. If you don't like the callback style of the
visitor you can always use the AvlTreeIterator.
-
Method Summary
-
Method Details
-
visitNode
Visitor- Parameters:
node
- the node that we are currently visiting- Returns:
- false to stop the iteration. true to continue.
-