Uses of Class
ai.timefold.solver.core.impl.heuristic.selector.list.NextPreviousInList
Packages that use NextPreviousInList
-
Uses of NextPreviousInList in ai.timefold.solver.core.impl.heuristic.selector.list
Methods in ai.timefold.solver.core.impl.heuristic.selector.list that return NextPreviousInListMethods in ai.timefold.solver.core.impl.heuristic.selector.list with parameters of type NextPreviousInListModifier and TypeMethodDescriptionvoidNextPreviousInList.setNext(NextPreviousInList next) voidNextPreviousInList.setPrevious(NextPreviousInList previous) Constructors in ai.timefold.solver.core.impl.heuristic.selector.list with parameters of type NextPreviousInListModifierConstructorDescriptionNextPreviousInList(Object tuple, NextPreviousInList next) NextPreviousInList(Object tuple, NextPreviousInList previous, NextPreviousInList next)