xxl.indexStructures
Class RTree.Node.SplitInfo

java.lang.Object
  |
  +--xxl.indexStructures.Tree.Node.SplitInfo
        |
        +--xxl.indexStructures.RTree.Node.SplitInfo

public class RTree.Node.SplitInfo
extends Tree.Node.SplitInfo


Field Summary
protected  RTree.Node.Distribution distribution
           
 
Fields inherited from class xxl.indexStructures.Tree.Node.SplitInfo
splitEntry, splitNode
 
Constructor Summary
RTree.Node.SplitInfo(RTree.Node splitNode, Tree.IndexEntry indexEntry, RTree.Node.Distribution distribution)
           
 
Methods inherited from class xxl.indexStructures.Tree.Node.SplitInfo
newNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distribution

protected RTree.Node.Distribution distribution
Constructor Detail

RTree.Node.SplitInfo

public RTree.Node.SplitInfo(RTree.Node splitNode,
                            Tree.IndexEntry indexEntry,
                            RTree.Node.Distribution distribution)