public class SETreeNode<O> extends Object
| Constructor and Description |
|---|
SETreeNode(List<O> elements) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(SETreeNode node) |
List<SETreeNode> |
getChildren() |
int |
getDepth() |
List<O> |
getElements() |
String |
toString() |
public void addChild(SETreeNode node)
public List<SETreeNode> getChildren()
public int getDepth()
Copyright © 2014. All rights reserved.