Uses of Class
iitb.con.indexing.isam.NonLeafNode

Packages that use NonLeafNode
iitb.con.indexing.isam   
 

Uses of NonLeafNode in iitb.con.indexing.isam
 

Methods in iitb.con.indexing.isam that return NonLeafNode
 NonLeafNode NonLeafNode.deSerialize(java.nio.ByteBuffer buf)
          Deserializes the given bytes into non-leaf node.
 

Methods in iitb.con.indexing.isam with parameters of type NonLeafNode
 java.nio.ByteBuffer NonLeafNode.serialize(NonLeafNode node)
          Serializes into bytes of the given non-leaf node.