Uses of Class
ai.timefold.solver.core.impl.util.ElementAwareLinkedList
Packages that use ElementAwareLinkedList
Package
Description
This package contains performance-sensitive code.
-
Uses of ElementAwareLinkedList in ai.timefold.solver.core.impl.bavet.common
Methods in ai.timefold.solver.core.impl.bavet.common that return ElementAwareLinkedListModifier and TypeMethodDescriptionAbstractIfExistsNode.clearRightTrackerList(UniTuple<Right_> rightTuple) Methods in ai.timefold.solver.core.impl.bavet.common with parameters of type ElementAwareLinkedListModifier and TypeMethodDescriptionprotected voidAbstractIfExistsNode.updateCounterFromLeft(ExistsCounter<LeftTuple_> counter, UniTuple<Right_> rightTuple, ElementAwareLinkedList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> leftTrackerList) protected voidAbstractIfExistsNode.updateCounterFromRight(ExistsCounter<LeftTuple_> counter, UniTuple<Right_> rightTuple, ElementAwareLinkedList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> rightTrackerList) -
Uses of ElementAwareLinkedList in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return ElementAwareLinkedListModifier and TypeMethodDescription@Nullable ElementAwareLinkedList<T>ElementAwareLinkedList.Entry.getList()