public class RTree.SearchIterator extends java.lang.Object implements java.lang.Iterable<T>, java.util.Iterator<T>
RTree.SearchIterator(Shape queryShape)
boolean
hasNext()
java.util.Iterator<T>
iterator()
T
next()
protected void
prepareNextResult()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RTree.SearchIterator(Shape queryShape)
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T extends Shape>
public boolean hasNext()
hasNext
java.util.Iterator<T extends Shape>
public T next()
next
public void remove()
remove
protected void prepareNextResult()