Uses of Class
jdbm.helper.TupleBrowser

Packages that use TupleBrowser
jdbm.btree B+Tree (scalable persistent tree) data structure implementation. 
 

Uses of TupleBrowser in jdbm.btree
 

Methods in jdbm.btree that return TupleBrowser
 TupleBrowser BTree.browse()
          Get a browser initially positioned at the beginning of the BTree.
 TupleBrowser BTree.browse(java.lang.Object key)
          Get a browser initially positioned just before the given key.
 



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