Uses of Class
org.apache.directory.server.xdbm.AbstractTable

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

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

Subclasses of AbstractTable 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.
 class AvlTable<K,V>
          A Table implementation backed by in memory AVL tree.
 



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