OptaPlanner core 6.0.1.Final

Package org.optaplanner.core.impl.heuristic.selector.common.iterator

Interface Summary
ListIterable<T> An extension on the Iterable interface that supports ListIterable.listIterator() and ListIterable.listIterator(int).
 

Class Summary
AbstractOriginalSwapIterator<S,SubS>  
AbstractRandomSwapIterator<S,SubS>  
CachedListRandomIterator<S> This Iterator does not shuffle and is never ending.
SelectionIterator<S>  
UpcomingSelectionIterator<S> IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its child Selector's Iterator.hasNext() or Iterator.next() methods, because that can cause descendant Selectors to be selected too early (which breaks MimicReplayingEntitySelector).
 


OptaPlanner core 6.0.1.Final

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.