T - Value type.public class QRIterator<T> extends Object implements QueryIterator<RectangleEntry<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
QREntry<T> |
next() |
void |
reset(double[] min,
double[] max)
Reset the iterator.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasNext()
hasNext in interface Iterator<RectangleEntry<T>>public void reset(double[] min,
double[] max)
reset in interface QueryIterator<RectangleEntry<T>>min - lower left corner of querymax - upper right corner of queryCopyright © 2018. All rights reserved.