Interface ListIterableSelector<T>
-
- All Superinterfaces:
EventListener,Iterable<T>,IterableSelector<T>,ListIterable<T>,PhaseLifecycleListener,Selector,SolverLifecycleListener
- All Known Subinterfaces:
EntitySelector,PillarSelector,SubChainSelector
- All Known Implementing Classes:
AbstractCachingEntitySelector,AbstractEntitySelector,CachingEntitySelector,DefaultPillarSelector,DefaultSubChainSelector,FilteringEntitySelector,FromSolutionEntitySelector,MimicRecordingEntitySelector,MimicReplayingEntitySelector,NearEntityNearbyEntitySelector,ProbabilityEntitySelector,SelectedCountLimitEntitySelector,ShufflingEntitySelector,SortingEntitySelector
public interface ListIterableSelector<T> extends IterableSelector<T>, ListIterable<T>
-
-
Method Summary
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable
listIterator, listIterator
-
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEnding
-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
-