Package org.apache.directory.server.xdbm.impl.avl

Class Summary
AvlIndex<K,O> An Index backed by an AVL Tree.
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.
AvlRdnIndex<E> A special index which stores Rdn objects.
AvlTable<K,V> A Table implementation backed by in memory AVL tree.
AvlTableDupsCursor<K,V> A Cursor which walks and advance over AvlTables that may contain duplicate keys with values stored in an AvlTree.
 



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