Class | Description |
---|---|
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.
|
AvlPartition |
An XDBM Partition backed by in memory AVL Trees.
|
AvlStore<E> |
A Store implementation backed by in memory AVL trees.
|
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 Apache Software Foundation. All Rights Reserved.