org.drools.planner.core.heuristic.selector.common.iterator
Class UpcomingSelectionIterator<S>
java.lang.Object
org.drools.planner.core.heuristic.selector.common.iterator.UpcomingSelectionIterator<S>
- All Implemented Interfaces:
- Iterator<S>
- Direct Known Subclasses:
- AbstractOriginalSwapIterator, AbstractRandomSwapIterator, CartesianProductMoveSelector.OriginalCartesianProductMoveIterator
public abstract class UpcomingSelectionIterator<S>
- extends Object
- implements Iterator<S>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
upcomingSelection
protected S upcomingSelection
UpcomingSelectionIterator
public UpcomingSelectionIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<S>
next
public S next()
- Specified by:
next
in interface Iterator<S>
remove
public void remove()
- Specified by:
remove
in interface Iterator<S>
createUpcomingSelection
protected abstract void createUpcomingSelection()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.