Uses of Package
org.optaplanner.core.impl.heuristic.selector.common.iterator
-
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.common.iterator Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int).SelectionIterator UpcomingSelectionIterator IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its childSelector'sIterator.hasNext()orIterator.next()methods, because that can cause descendantSelectors to be selected too early (which breaksMimicReplayingEntitySelector). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.decorator Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int).SelectionIterator UpcomingSelectionIterator IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its childSelector'sIterator.hasNext()orIterator.next()methods, because that can cause descendantSelectors to be selected too early (which breaksMimicReplayingEntitySelector). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.mimic Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.nearby Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.entity.pillar Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.move.composite Class Description SelectionIterator UpcomingSelectionIterator IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its childSelector'sIterator.hasNext()orIterator.next()methods, because that can cause descendantSelectors to be selected too early (which breaksMimicReplayingEntitySelector). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.value.chained Class Description ListIterable An extension on theIterableinterface that supportsListIterable.listIterator()andListIterable.listIterator(int). -
Classes in org.optaplanner.core.impl.heuristic.selector.common.iterator used by org.optaplanner.core.impl.heuristic.selector.value.decorator Class Description SelectionIterator UpcomingSelectionIterator IMPORTANT: The constructor of any subclass of this abstract class, should never call any of its childSelector'sIterator.hasNext()orIterator.next()methods, because that can cause descendantSelectors to be selected too early (which breaksMimicReplayingEntitySelector).