public class ListTree<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListTree.Node<T> |
| Constructor and Description |
|---|
ListTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(ListTree.Node<T> node) |
ListTree.Node<T> |
getChild(int index) |
List<ListTree.Node<T>> |
getChildren() |
boolean |
hasChildren() |
public List<ListTree.Node<T>> getChildren()
public boolean hasChildren()
public void addChild(ListTree.Node<T> node)
public ListTree.Node<T> getChild(int index)
Copyright © 2019 OpenJAX. All rights reserved.