Uses of Class
org.apache.directory.server.core.partition.tree.BranchNode

Packages that use BranchNode
org.apache.directory.server.core.partition.tree  
 

Uses of BranchNode in org.apache.directory.server.core.partition.tree
 

Methods in org.apache.directory.server.core.partition.tree that return BranchNode
 BranchNode BranchNode.addNode(java.lang.String rdn, Node child)
          Directly adds a new child Node to the current BranchNode.
 BranchNode BranchNode.recursivelyAddPartition(BranchNode current, org.apache.directory.shared.ldap.name.LdapDN dn, int index, Partition partition)
          Recursively adds new nodes to the partition lookup tree data structure.
 

Methods in org.apache.directory.server.core.partition.tree with parameters of type BranchNode
 BranchNode BranchNode.recursivelyAddPartition(BranchNode current, org.apache.directory.shared.ldap.name.LdapDN dn, int index, Partition partition)
          Recursively adds new nodes to the partition lookup tree data structure.
 



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