Class QueryIteratorWrapper<E>

    • Constructor Detail

      • QueryIteratorWrapper

        public QueryIteratorWrapper​(double[] min,
                                    double[] max,
                                    BiFunction<double[],​double[],​Iterator<E>> f)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<E>
      • next

        public E next()
        Specified by:
        next in interface Iterator<E>
      • reset

        public void reset​(double[] min,
                          double[] max)
        Specified by:
        reset in interface QueryIterator<E>