Uses of Class
ai.timefold.solver.core.impl.util.ElementAwareLinkedList.Entry
Packages that use ElementAwareLinkedList.Entry
-
Uses of ElementAwareLinkedList.Entry in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return ElementAwareLinkedList.EntryModifier and TypeMethodDescriptionElementAwareLinkedList.addAfter(T tuple, ElementAwareLinkedList.Entry<T> previous) ElementAwareLinkedList.first()ElementAwareLinkedList.last()@Nullable ElementAwareLinkedList.Entry<T>ElementAwareLinkedList.Entry.next()@Nullable ElementAwareLinkedList.Entry<T>ElementAwareLinkedList.Entry.previous()Methods in ai.timefold.solver.core.impl.util with parameters of type ElementAwareLinkedList.EntryModifier and TypeMethodDescriptionElementAwareLinkedList.addAfter(T tuple, ElementAwareLinkedList.Entry<T> previous) voidElementAwareLinkedList.remove(ElementAwareLinkedList.Entry<T> entry)