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