public class RTreeIterator<T> extends Object implements QueryIterator<RectangleEntry<T>>
| Constructor and Description |
|---|
RTreeIterator(RTree<T> tree,
double[] min,
double[] max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Entry<T> |
next() |
void |
reset(double[] min,
double[] max) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic void reset(double[] min,
double[] max)
reset in interface QueryIterator<RectangleEntry<T>>public boolean hasNext()
hasNext in interface Iterator<RectangleEntry<T>>Copyright © 2018. All rights reserved.