|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.apache.directory.server.core.partition.tree |
Uses of Node in org.apache.directory.server.core.partition.tree |
---|
Classes in org.apache.directory.server.core.partition.tree that implement Node | |
---|---|
class |
BranchNode
The Partition Container holds entries which can be either Partitions or Containers. |
class |
LeafNode
A leaf node which stores a Partition. |
Methods in org.apache.directory.server.core.partition.tree that return Node | |
---|---|
Node |
BranchNode.getChild(java.lang.String rdn)
Get's a child using an rdn string. |
Methods in org.apache.directory.server.core.partition.tree with parameters of type Node | |
---|---|
BranchNode |
BranchNode.addNode(java.lang.String rdn,
Node child)
Directly adds a new child Node to the current BranchNode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |