Uses of Class
ai.timefold.solver.core.impl.util.ElementAwareListEntry
-
Packages that use ElementAwareListEntry Package Description ai.timefold.solver.core.impl.util -
-
Uses of ElementAwareListEntry in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return ElementAwareListEntry Modifier and Type Method Description ElementAwareListEntry<T>ElementAwareList. add(T tuple)ElementAwareListEntry<T>ElementAwareList. first()ElementAwareListEntry<T>ElementAwareList. last()ElementAwareListEntry<T>ElementAwareListEntry. next()Methods in ai.timefold.solver.core.impl.util with parameters of type ElementAwareListEntry Modifier and Type Method Description voidElementAwareList. remove(ElementAwareListEntry<T> entry)
-