Class RTreeIterator<T>

    • Constructor Detail

      • RTreeIterator

        public RTreeIterator​(RTree<T> tree,
                             double[] min,
                             double[] max)
    • Method Detail

      • createExactMatch

        public static <T> RTreeIterator<T> createExactMatch​(RTree<T> tree,
                                                            double[] min,
                                                            double[] max)
      • reset

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

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