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