Uses of Class
org.apache.directory.server.core.partition.impl.btree.gui.EntryNode

Packages that use EntryNode
org.apache.directory.server.core.partition.impl.btree.gui   
 

Uses of EntryNode in org.apache.directory.server.core.partition.impl.btree.gui
 

Constructors in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type EntryNode
EntryNode(java.math.BigInteger id, EntryNode parent, BTreePartition partition, javax.naming.directory.Attributes entry, java.util.HashMap map)
           
EntryNode(java.math.BigInteger id, EntryNode parent, BTreePartition db, javax.naming.directory.Attributes entry, java.util.HashMap map, ExprNode exprNode, SearchEngine engine)