Package org.tinspin.index.rtree
Class RTreeIterator<T>
- java.lang.Object
-
- org.tinspin.index.rtree.RTreeIterator<T>
-
- All Implemented Interfaces:
Iterator<RectangleEntry<T>>,QueryIterator<RectangleEntry<T>>
public class RTreeIterator<T> extends Object implements QueryIterator<RectangleEntry<T>>
-
-
Constructor Summary
Constructors Constructor Description RTreeIterator(RTree<T> tree, double[] min, double[] max)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> RTreeIterator<T>createExactMatch(RTree<T> tree, double[] min, double[] max)booleanhasNext()Entry<T>next()voidreset(double[] min, double[] max)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Method Detail
-
createExactMatch
public static <T> RTreeIterator<T> createExactMatch(RTree<T> tree, double[] min, double[] max)
-
reset
public void reset(double[] min, double[] max)- Specified by:
resetin interfaceQueryIterator<T>
-
-