Uses of Interface
org.apache.directory.server.xdbm.TupleCursor

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

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

Classes in org.apache.directory.server.core.avltree that implement TupleCursor
 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 TupleCursor in org.apache.directory.server.core.partition.avl
 

Classes in org.apache.directory.server.core.partition.avl that implement TupleCursor
 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 TupleCursor in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Classes in org.apache.directory.server.core.partition.impl.btree.jdbm that implement TupleCursor
 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.
 

Uses of TupleCursor in org.apache.directory.server.xdbm
 

Classes in org.apache.directory.server.xdbm that implement TupleCursor
 class AbstractTupleCursor<K,V>
          An abstract TupleCursor.
 



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