Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 257 Bytes

File metadata and controls

5 lines (4 loc) · 257 Bytes

JTreeWalker

Tree traversal and manipulation in Java. Makes heavy use of Function, Consumer, and Supplier for walking and modifying tree structures. The library also contains a basic tree structure implementation named SimpleTreeImpl.