Uses of Class
org.optaplanner.core.impl.heuristic.selector.list.SubList
Packages that use SubList
Package
Description
-
Uses of SubList in org.optaplanner.core.impl.heuristic.selector.list
Methods in org.optaplanner.core.impl.heuristic.selector.list that return SubListMethods in org.optaplanner.core.impl.heuristic.selector.list that return types with arguments of type SubList -
Uses of SubList in org.optaplanner.core.impl.heuristic.selector.list.mimic
Fields in org.optaplanner.core.impl.heuristic.selector.list.mimic declared as SubListMethods in org.optaplanner.core.impl.heuristic.selector.list.mimic that return types with arguments of type SubListModifier and TypeMethodDescriptionMimicRecordingSubListSelector.iterator()
MimicReplayingSubListSelector.iterator()
Methods in org.optaplanner.core.impl.heuristic.selector.list.mimic with parameters of type SubList -
Uses of SubList in org.optaplanner.core.impl.heuristic.selector.list.nearby
Methods in org.optaplanner.core.impl.heuristic.selector.list.nearby that return types with arguments of type SubList -
Uses of SubList in org.optaplanner.core.impl.heuristic.selector.move.generic.list
Methods in org.optaplanner.core.impl.heuristic.selector.move.generic.list that return SubListModifier and TypeMethodDescriptionSubListSwapMove.getLeftSubList()
SubListSwapMove.getRightSubList()
Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic.list with parameters of type SubListModifierConstructorDescriptionSubListChangeMove
(ListVariableDescriptor<Solution_> variableDescriptor, SubList subList, Object destinationEntity, int destinationIndex, boolean reversing) SubListSwapMove
(ListVariableDescriptor<Solution_> variableDescriptor, SubList leftSubList, SubList rightSubList, boolean reversing)