public final class MultiwayTreePrinter<T> extends Object
public MultiwayTreePrinter(Appendable output, Function<T,CharSequence> nodeLabel, Function<T,List<T>> nodeChildren)
public void print(T root) throws IOException
IOExceptionCopyright © 2024. All rights reserved.