Uses of Class
org.apache.directory.server.core.partition.avl.AvlTable

Packages that use AvlTable
org.apache.directory.server.core.partition.avl   
 

Uses of AvlTable in org.apache.directory.server.core.partition.avl
 

Subclasses of AvlTable in org.apache.directory.server.core.partition.avl
 class AvlMasterTable<E>
          TODO Make it so the master table does not extend table interface - not needed with this single use of delete so we should just use containment.
 

Constructors in org.apache.directory.server.core.partition.avl with parameters of type AvlTable
AvlTableDupsCursor(AvlTable<K,V> table)
          Creates a new instance of AvlTableDupsCursor.
 



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