public class TreePath extends Object implements Serializable
+ Root Path: [] | +-+ Node Path: [0] | | | +-+ Sub-Node Path: [0, 0] | | | +-+ Sub-Node Path: [0, 1] | +-+ Node Path: [1] | +-+ Sub-Node Path: [1, 0] | +-+ Sub-Node Path: [1, 1] | +-+ Sub-Node Path: [1, 2]
public TreePath(int... path)
public TreePath(TreeNode node)
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.