Package | Description |
---|---|
org.apache.directory.shared.ldap.util.tree |
Modifier and Type | Class and Description |
---|---|
class |
DnBranchNode<N>
The Hierarchical Container holds elements ordered by their DN.
|
class |
DnLeafNode<N>
A leaf node which stores an element.
|
Modifier and Type | Method and Description |
---|---|
DnNode<N> |
DnBranchNode.addNode(String rdn,
DnNode<N> child)
Directly adds a new child DnNode to the current DnBranchNode.
|
DnNode<N> |
DnBranchNode.getChild(String rdn)
Get's a child using an rdn string.
|
Modifier and Type | Method and Description |
---|---|
DnNode<N> |
DnBranchNode.addNode(String rdn,
DnNode<N> child)
Directly adds a new child DnNode to the current DnBranchNode.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.