Uses of Class
jdbm.btree.BPage

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

Uses of BPage in jdbm.btree
 

Methods in jdbm.btree that return BPage
 BPage<K,V> BPage.deserialize(byte[] serialized)
          Deserialize the content of an object from a byte array.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.