java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
All Implemented Interfaces:
Iterator<S>
Direct Known Subclasses:
CachedListRandomIterator, CartesianProductMoveSelector.RandomCartesianProductMoveIterator, RandomNearbyIterator, UpcomingSelectionIterator

public abstract class SelectionIterator<S> extends Object implements Iterator<S>
  • Constructor Details

    • SelectionIterator

      public SelectionIterator()
  • Method Details

    • remove

      public void remove()
      Specified by:
      remove in interface Iterator<S>