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