|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--xxl.indexStructures.Tree.Node.SplitInfo
SplitInfo contains information on a split. The enclosing Object of this SplitInfo-Object (i.e. Node.this) is the new node that was created by the split.
| Field Summary | |
java.util.Stack |
path
The path including the split node. |
| Constructor Summary | |
Tree.Node.SplitInfo(java.util.Stack path)
Creates a new SplitInfo. |
|
| Method Summary | |
Container |
determineContainer()
|
Tree.Node |
newNode()
Returns the enclosing Object (i.e. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public java.util.Stack path
| Constructor Detail |
public Tree.Node.SplitInfo(java.util.Stack path)
| Method Detail |
public Tree.Node newNode()
public Container determineContainer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||