|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Table | |
|---|---|
| org.apache.directory.server.xdbm | |
| org.apache.directory.server.xdbm.impl.avl | |
| Uses of Table in org.apache.directory.server.xdbm |
|---|
| Subinterfaces of Table in org.apache.directory.server.xdbm | |
|---|---|
interface |
MasterTable<ID,E>
A master table used to store indexable entries. |
| Classes in org.apache.directory.server.xdbm that implement Table | |
|---|---|
class |
AbstractTable<K,V>
A Abstract Table implementation aggregating the methods comon with all the different Table implementation. |
| Uses of Table in org.apache.directory.server.xdbm.impl.avl |
|---|
| Classes in org.apache.directory.server.xdbm.impl.avl that implement Table | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||