Class IntervalIterator


  • public class IntervalIterator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void iterate11​(int[] step)  
      boolean next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dim

        public int dim
      • xmin

        public double[] xmin
      • xmax

        public double[] xmax
      • incr

        public int[] incr
      • currentDim

        public int currentDim
      • currentCordinates

        public double[] currentCordinates
    • Constructor Detail

      • IntervalIterator

        public IntervalIterator()