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
All Implemented Interfaces:
Iterator<Move<Solution_>>
Enclosing class:
CartesianProductMoveSelector<Solution_>

public class CartesianProductMoveSelector.RandomCartesianProductMoveIterator extends SelectionIterator<Move<Solution_>>
  • Constructor Details

    • RandomCartesianProductMoveIterator

      public RandomCartesianProductMoveIterator()
  • Method Details

    • hasNext

      public boolean hasNext()
    • next

      public Move<Solution_> next()