MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.sms.btree
Class LeafCarrier

java.lang.Object
  extended by ch.ethz.mxquery.sms.btree.LeafCarrier

public class LeafCarrier
extends java.lang.Object

This class should be used to return the leaf in which an add operation inserted the mapping given to the b-tree.


Constructor Summary
LeafCarrier()
           
 
Method Summary
 Leaf getLeaf()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeafCarrier

public LeafCarrier()
Method Detail

getLeaf

public Leaf getLeaf()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich