Uses of Class
org.apache.directory.server.xdbm.impl.avl.AvlTable

Packages that use AvlTable
org.apache.directory.server.xdbm.impl.avl   
 

Uses of AvlTable in org.apache.directory.server.xdbm.impl.avl
 

Subclasses of AvlTable in org.apache.directory.server.xdbm.impl.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.
 

Fields in org.apache.directory.server.xdbm.impl.avl declared as AvlTable
protected  AvlTable<K,Long> AvlIndex.forward
           
protected  AvlTable<Long,K> AvlIndex.reverse
           
 

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



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.