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

Packages that use LeafNode
iitb.con.indexing.isam   
 

Uses of LeafNode in iitb.con.indexing.isam
 

Methods in iitb.con.indexing.isam that return LeafNode
 LeafNode<T> LeafNode.deSerialize(java.nio.ByteBuffer buf)
          Deserializes the given bytes into leaf node.
 

Methods in iitb.con.indexing.isam with parameters of type LeafNode
 java.nio.ByteBuffer LeafNode.serialize(LeafNode<T> node)
          Serializes into bytes of the given leaf node.