Class SelectionIterator<S>
- java.lang.Object
-
- org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
-
- All Implemented Interfaces:
Iterator<S>
- Direct Known Subclasses:
CachedListRandomIterator
,CartesianProductMoveSelector.RandomCartesianProductMoveIterator
,UnionMoveSelector.RandomUnionMoveIterator
,UpcomingSelectionIterator
public abstract class SelectionIterator<S> extends Object implements Iterator<S>
-
-
Constructor Summary
Constructors Constructor Description SelectionIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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, hasNext, next
-
-