org.optaplanner.core.impl.heuristic.selector.common.iterator
public abstract class UpcomingSelectionIterator<S> extends SelectionIterator<S>
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasUpcomingSelection |
protected boolean |
upcomingCreated |
protected S |
upcomingSelection |
Constructor and Description |
---|
UpcomingSelectionIterator() |
Modifier and Type | Method and Description |
---|---|
protected abstract S |
createUpcomingSelection() |
boolean |
hasNext() |
S |
next() |
protected S |
noUpcomingSelection() |
remove
protected boolean upcomingCreated
protected boolean hasUpcomingSelection
protected S upcomingSelection
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.