mtree.utils
Class Insert

java.lang.Object
  extended by mtree.utils.Insert

public class Insert
extends java.lang.Object


Constructor Summary
Insert()
           
 
Method Summary
static FoundNode findNearestLeafList(FoundNode root, messif.objects.LocalAbstractObject q)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Insert

public Insert()
Method Detail

findNearestLeafList

public static FoundNode findNearestLeafList(FoundNode root,
                                            messif.objects.LocalAbstractObject q)
Returns:
Returns a leaf which is most convenient for the insertion of given object.