Package org.tinspin.index
Interface QueryIterator<T>
-
- All Superinterfaces:
Iterator<T>
- All Known Implementing Classes:
KDIterator,QIterator0,QIterator0,QIterator1,QIterator1,QIterator2,QIterator2,QRIterator,QuadTreeKD0.QIterator,QuadTreeRKD0.QRIterator,QueryIteratorWrapper,RTreeIterator
public interface QueryIterator<T> extends Iterator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset(double[] min, double[] max)-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-