Package one.empty3.library.core.iterate
Class IntervalIterator
- java.lang.Object
-
- one.empty3.library.core.iterate.IntervalIterator
-
public class IntervalIterator extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description double[]
currentCordinates
int
currentDim
int
dim
int[]
incr
double[]
xmax
double[]
xmin
-
Constructor Summary
Constructors Constructor Description IntervalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
iterate11(int[] step)
boolean
next()
-
-
-
Method Detail
-
iterate11
public void iterate11(int[] step)
-
next
public boolean next() throws InvalidObjectConfiguration
- Throws:
InvalidObjectConfiguration
-
-