Class TreeOps2<T>
java.lang.Object
org.aksw.commons.collections.trees.TreeOps2<T>
- Type Parameters:
T-
Class that groups several functions for tree traversal and modification.
- Author:
- raven
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BiPredicate<T, T> Predicate to test whether two nodes are equalprotected BiFunction<T, List<T>, T> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parentToChildren
-
childToParent
-
replaceChildren
-
isEquivalent
Predicate to test whether two nodes are equal
-
-
Constructor Details
-
TreeOps2
-
-
Method Details
-
getParentToChildren
-
getChildToParent
-
getReplaceChildren
-
toString
-