Closed Emmeral closed 3 months ago
Is there any reason the Node class does not give access to the Tree it belongs to? The Tree getTree() method is package private. It could also be public such that the underlying tree can be accessed. c.f. code here
Tree getTree()
public
When are you planning to publish the changes? They are not yet available on maven central.
They are now.
Is there any reason the Node class does not give access to the Tree it belongs to? The
Tree getTree()
method is package private. It could also bepublic
such that the underlying tree can be accessed. c.f. code here