public interface HierarchyVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onHierarchy(SimpleHierarchy<T> hierarchy) |
void |
onLeaf(T leaf) |
void onHierarchy(SimpleHierarchy<T> hierarchy)
void onLeaf(T leaf)
Copyright © 2023. All rights reserved.