Uses of Interface
org.apache.directory.shared.ldap.util.tree.DnNode

Packages that use DnNode
org.apache.directory.shared.ldap.util.tree   
 

Uses of DnNode in org.apache.directory.shared.ldap.util.tree
 

Classes in org.apache.directory.shared.ldap.util.tree that implement DnNode
 class DnBranchNode<N>
          The Hierarchical Container holds elements ordered by their DN.
 class DnLeafNode<N>
          A leaf node which stores an element.
 

Methods in org.apache.directory.shared.ldap.util.tree that return DnNode
 DnNode<N> DnBranchNode.addNode(java.lang.String rdn, DnNode<N> child)
          Directly adds a new child DnNode to the current DnBranchNode.
 DnNode<N> DnBranchNode.getChild(java.lang.String rdn)
          Get's a child using an rdn string.
 

Methods in org.apache.directory.shared.ldap.util.tree with parameters of type DnNode
 DnNode<N> DnBranchNode.addNode(java.lang.String rdn, DnNode<N> child)
          Directly adds a new child DnNode to the current DnBranchNode.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.