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

Packages that use AbstractTupleCursor
org.apache.directory.server.core.avltree   
org.apache.directory.server.core.partition.avl   
org.apache.directory.server.core.partition.impl.btree.jdbm   
 

Uses of AbstractTupleCursor in org.apache.directory.server.core.avltree
 

Subclasses of AbstractTupleCursor in org.apache.directory.server.core.avltree
 class AvlSingletonOrOrderedSetCursor<K,V>
          A Cursor for AvlTreeMap without duplicates.
 class AvlTreeMapNoDupsWrapperCursor<K,V>
          A cursor that converts SingletonOrOrderedSet objects in the value from a AvlTreeMap into Tuples with just K and V presuming that all the keys have no duplicates.
 class KeyTupleAvlCursor<K,V>
          Cursor over a set of values for the same key which are store in an in memory AvlTree.
 

Uses of AbstractTupleCursor in org.apache.directory.server.core.partition.avl
 

Subclasses of AbstractTupleCursor in org.apache.directory.server.core.partition.avl
 class AvlTableDupsCursor<K,V>
          A Cursor which walks and advance over AvlTables that may contain duplicate keys with values stored in an AvlTree.
 

Uses of AbstractTupleCursor in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Subclasses of AbstractTupleCursor in org.apache.directory.server.core.partition.impl.btree.jdbm
 class DupsContainerCursor<K,V>
          A cursor for browsing tables with duplicates which returns the container for values rather than just the value.
 class KeyTupleArrayCursor<K,V>
          Cursor over a set of values for the same key which are store in an in memory ArrayTree.
 class KeyTupleBTreeCursor<K,V>
          Cursor over a set of values for the same key which are store in another BTree.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.