public interface TreeOps<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canChangeChildrenInPlace() |
Tree<T> |
createNew(T root)
Create a new tree from the given root node
|
boolean |
isEquivalent(T a,
T b) |
Copyright © 2018. All rights reserved.