xxl.indexStructures
Class RTree.IndexEntry

java.lang.Object
  |
  +--xxl.indexStructures.Tree.IndexEntry
        |
        +--xxl.indexStructures.RTree.IndexEntry

protected static class RTree.IndexEntry
extends Tree.IndexEntry


Field Summary
protected  RTree.Descriptor descriptor
           
 
Fields inherited from class xxl.indexStructures.Tree.IndexEntry
id
 
Constructor Summary
RTree.IndexEntry(Tree.Node.SplitInfo splitInfo, Container container, java.lang.Object id)
           
 
Methods inherited from class xxl.indexStructures.Tree.IndexEntry
container, hashCode, insert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

protected RTree.Descriptor descriptor
Constructor Detail

RTree.IndexEntry

public RTree.IndexEntry(Tree.Node.SplitInfo splitInfo,
                        Container container,
                        java.lang.Object id)