0
使用DefaultTreeModel
,defaultmutbletreenode
的getRoot()
返回它的最高祖先,但是如何讓它回到第二個祖先?Java:獲得子孫的第二高祖先treenode
root
- ancestor 1
- some parent
- some child
- ancestor 2
- some parent
- another parent
- some child
所以如何找到ancestor 1
,鑑於some child
在這個分支,每個分支的深度不同,爲root
下的每個節點ancestor
。
我的東東從some child
移速度達ancestor 1
,並進行更深層次的分支,給some child
,它會找到ancestor 2
。