|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeNode | |
|---|---|
| org.expasy.jpl.commons.collection.tree | Provides tree objects. |
| Uses of TreeNode in org.expasy.jpl.commons.collection.tree |
|---|
| Classes in org.expasy.jpl.commons.collection.tree that implement TreeNode | |
|---|---|
class |
TreeNodeImpl<T>
Naive tree node. |
| Methods in org.expasy.jpl.commons.collection.tree that return TreeNode | |
|---|---|
TreeNode<T> |
TreeNodeImpl.getChildAt(int index)
|
TreeNode<T> |
TreeNodeImpl.getParent()
|
| Methods in org.expasy.jpl.commons.collection.tree that return types with arguments of type TreeNode | |
|---|---|
List<TreeNode<T>> |
TreeNodeImpl.getChildren()
|
Set<TreeNode<T>> |
TreeNodeImpl.getLeaves()
|
Set<TreeNode<T>> |
TreeNodeImpl.getNodes()
|
| Methods in org.expasy.jpl.commons.collection.tree with parameters of type TreeNode | ||
|---|---|---|
void |
TreeNodeImpl.addChild(TreeNode<T> child)
|
|
void |
TreeNode.addChild(TreeNode<T> child)
Add the given child to the node. |
|
static
|
TreeNodeImpl.newNode(T data,
TreeNode<T> parent)
|
|
void |
TreeNodeImpl.setParent(TreeNode<T> parent)
|
|
void |
TreeNode.setParent(TreeNode<T> parent)
Set the parent node. |
|
| Constructors in org.expasy.jpl.commons.collection.tree with parameters of type TreeNode | |
|---|---|
TreeViewImpl(TreeNode<T> root)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||