public interface RTreeLogic
| Modifier and Type | Method and Description |
|---|---|
<T> org.tinspin.index.rtree.RTreeNode<T> |
chooseSubTree(org.tinspin.index.rtree.RTreeNode<T> root,
Entry<T> e,
int desiredInsertionLevel,
int nLevels) |
<T> boolean |
hasSpace(org.tinspin.index.rtree.RTreeNode<T> root) |
<T> Entry<T>[] |
reInsert(org.tinspin.index.rtree.RTreeNode<T> node,
Entry<T> e) |
<T> org.tinspin.index.rtree.RTreeNode<T> |
split(org.tinspin.index.rtree.RTreeNode<T> node,
Entry<T> e) |
<T> org.tinspin.index.rtree.RTreeNode<T> chooseSubTree(org.tinspin.index.rtree.RTreeNode<T> root,
Entry<T> e,
int desiredInsertionLevel,
int nLevels)
<T> boolean hasSpace(org.tinspin.index.rtree.RTreeNode<T> root)
<T> org.tinspin.index.rtree.RTreeNode<T> split(org.tinspin.index.rtree.RTreeNode<T> node,
Entry<T> e)
Copyright © 2017. All rights reserved.