|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleTreeNode | |
---|---|
edu.tum.cs.commons.tree | Utility methods for creating tree structures. |
Uses of SimpleTreeNode in edu.tum.cs.commons.tree |
---|
Methods in edu.tum.cs.commons.tree that return SimpleTreeNode | |
---|---|
SimpleTreeNode<K> |
SimpleTreeNodeHandler.createRoot()
Create root of node of the tree. |
SimpleTreeNode<K> |
SimpleTreeNode.getChild(K key)
Get child with specified key. |
SimpleTreeNode<K> |
SimpleTreeNodeHandler.getOrCreateChild(SimpleTreeNode<K> node,
K key)
Get the nodes child identified by the provided key. |
Methods in edu.tum.cs.commons.tree that return types with arguments of type SimpleTreeNode | |
---|---|
UnmodifiableCollection<SimpleTreeNode<K>> |
SimpleTreeNode.getChildren()
Get children of this node. |
Methods in edu.tum.cs.commons.tree with parameters of type SimpleTreeNode | |
---|---|
void |
SimpleTreeNode.addChild(SimpleTreeNode<K> child)
Add child. |
SimpleTreeNode<K> |
SimpleTreeNodeHandler.getOrCreateChild(SimpleTreeNode<K> node,
K key)
Get the nodes child identified by the provided key. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |