Package org.tinspin.index.util
Class QueryIteratorWrapper<E>
- java.lang.Object
-
- org.tinspin.index.util.QueryIteratorWrapper<E>
-
- All Implemented Interfaces:
Iterator<E>,QueryIterator<E>
public class QueryIteratorWrapper<E> extends Object implements QueryIterator<E>
-
-
Constructor Summary
Constructors Constructor Description QueryIteratorWrapper(double[] min, double[] max, BiFunction<double[],double[],Iterator<E>> f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Enext()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
-
-
-
-
Constructor Detail
-
QueryIteratorWrapper
public QueryIteratorWrapper(double[] min, double[] max, BiFunction<double[],double[],Iterator<E>> f)
-
-