public abstract class TreeNode<ID extends Serializable,T extends ITreeNode> extends Object implements ITreeNode<ID,T>
TreeNode()
void
addChild(T data)
Set<T>
getChildren()
abstract ID
parentId()
selfId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeNode()
public abstract ID selfId()
selfId
ITreeNode<ID extends Serializable,T extends ITreeNode>
public abstract ID parentId()
parentId
public void addChild(T data)
addChild
data
public Set<T> getChildren()
getChildren
Copyright © 2022. All rights reserved.