Uses of Class
net.odoframework.util.Node
| Package | Description |
|---|---|
| net.odoframework.util |
-
Uses of Node in net.odoframework.util
Methods in net.odoframework.util that return Node Modifier and Type Method Description Node<T>Node. add(T value)Node<T>Node. append(Node<T> node)Node<T>Node. parent(Node<T> node)Node<T>Node. prune()Methods in net.odoframework.util that return types with arguments of type Node Modifier and Type Method Description List<Node<T>>Node. getChildren()List<Node<T>>Node. getLeafNodes()Methods in net.odoframework.util with parameters of type Node Modifier and Type Method Description Node<T>Node. append(Node<T> node)Node<T>Node. parent(Node<T> node)