OptaPlanner core 6.2.0.Beta1

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>  
SingletonIterator<T>  
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.2.0.Beta1

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