public static interface StringRedBlackTree.Visitor
| Modifier and Type | Method and Description | 
|---|---|
| void | visit(StringRedBlackTree.VisitorContext context)Called once for each node of the tree in sort order. | 
void visit(StringRedBlackTree.VisitorContext context) throws IOException
context - the information about each nodeIOExceptionCopyright © 2013–2021 The Apache Software Foundation. All rights reserved.