@InterfaceAudience.Private
public static interface AvlUtil.AvlNodeVisitor<TNode extends AvlUtil.AvlNode>
Modifier and Type | Method and Description |
---|---|
boolean |
visitNode(TNode node) |
boolean visitNode(TNode node)
node
- the node that we are currently visitingCopyright © 2007–2019 Cloudera. All rights reserved.