Class CartesianProductMoveSelector.RandomCartesianProductMoveIterator
- java.lang.Object
-
- org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<Move<Solution_>>
-
- org.optaplanner.core.impl.heuristic.selector.move.composite.CartesianProductMoveSelector.RandomCartesianProductMoveIterator
-
- Enclosing class:
- CartesianProductMoveSelector<Solution_>
public class CartesianProductMoveSelector.RandomCartesianProductMoveIterator extends SelectionIterator<Move<Solution_>>
-
-
Constructor Summary
Constructors Constructor Description RandomCartesianProductMoveIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Move<Solution_>
next()
-
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator
remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-