public class TreeNode<T> extends Object
TreeNode(T parent, T child, boolean isLeaf)
T
getChild()
getParent()
boolean
isLeaf()
isRoot()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeNode(T parent, T child, boolean isLeaf)
value
isLeaf
public T getChild()
public T getParent()
public boolean isLeaf()
public boolean isRoot()
Copyright © 2005–2014 Alfresco Software. All rights reserved.