|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathRegistry.TreeNode | |
net.groboclown.util.datastruct.v1 | Various unusual or very helpful data structures, written like the collections classes. |
Uses of PathRegistry.TreeNode in net.groboclown.util.datastruct.v1 |
Fields in net.groboclown.util.datastruct.v1 declared as PathRegistry.TreeNode | |
private PathRegistry.TreeNode |
PathRegistry.m_root
|
(package private) PathRegistry.TreeNode |
PathRegistry.TreeNode.nextSibling
|
(package private) PathRegistry.TreeNode |
PathRegistry.TreeNode.firstChild
|
Methods in net.groboclown.util.datastruct.v1 that return PathRegistry.TreeNode | |
protected PathRegistry.TreeNode |
PathRegistry.findSibling(PathRegistry.TreeNode parent,
String namePart)
Find the sibling with the given node name part. |
protected PathRegistry.TreeNode |
PathRegistry.findNode(String name)
Find the node with the given name. |
Methods in net.groboclown.util.datastruct.v1 with parameters of type PathRegistry.TreeNode | |
protected PathRegistry.TreeNode |
PathRegistry.findSibling(PathRegistry.TreeNode parent,
String namePart)
Find the sibling with the given node name part. |
protected void |
PathRegistry.removeChild(PathRegistry.TreeNode parent,
PathRegistry.TreeNode child)
Find the sibling with the given node name part. |
protected void |
PathRegistry.addChildNode(PathRegistry.TreeNode parent,
PathRegistry.TreeNode child)
Child must already be initialized correctly. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |