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

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

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 KeyTupleAvlCursor<K,V>
          Cursor over a set of values for the same key which are store in an in memory AvlTree.
 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-2009 Apache Software Foundation. All Rights Reserved.