Class KDIterator<T>

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • reset

        public Index.PointIterator<T> reset​(double[] min,
                                            double[] max)
        Reset the iterator. This iterator can be reused in order to reduce load on the garbage collector.
        Specified by:
        reset in interface Index.QueryIterator<T>
        Parameters:
        min - lower left corner of query
        max - upper right corner of query
        Returns:
        this.