|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmtree.utils.Insert
public class Insert
Constructor Summary | |
---|---|
Insert()
|
Method Summary | |
---|---|
static Node |
deleteSlimNodes(Node n)
Deletes empty nodes from the tree recursively (from a node n towards the root of the tree). |
static Node |
deleteSlimNodes(Node n,
java.util.Iterator<NodeEntry> nodeEntryIterator)
Deletes empty nodes from the tree recursively (from a node n towards the root of the tree). |
static LeafNode |
findNearestLeafList(messif.objects.LocalAbstractObject q,
Node n)
Returns a leaf which is the most convenient for inserting new object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Insert()
Method Detail |
---|
public static LeafNode findNearestLeafList(messif.objects.LocalAbstractObject q, Node n)
public static Node deleteSlimNodes(Node n)
public static Node deleteSlimNodes(Node n, java.util.Iterator<NodeEntry> nodeEntryIterator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |