Interface TreeMerger.MergeStrategy<T>
- Type Parameters:
T- the node type | 节点类型
- Enclosing class:
TreeMerger
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for resolving merge conflicts when a node exists in both forests.
当节点同时存在于两棵森林中时,用于解决合并冲突的函数式接口。
- Since:
- JDK 25, opencode-base-tree V1.0.3
- Author:
- Leon Soo www.LeonSoo.com
-
Method Summary
-
Method Details
-
resolve
-