Uses of Class
ai.timefold.solver.core.impl.util.ElementAwareListEntry
Packages that use ElementAwareListEntry
Package
Description
This package contains code that deals with indexing of tuples.
-
Uses of ElementAwareListEntry in ai.timefold.solver.core.impl.bavet.common.index
Methods in ai.timefold.solver.core.impl.bavet.common.index that return ElementAwareListEntryModifier and TypeMethodDescriptionMethods in ai.timefold.solver.core.impl.bavet.common.index with parameters of type ElementAwareListEntryModifier and TypeMethodDescriptionvoidIndexer.remove(Object indexKeys, ElementAwareListEntry<T> entry) voidNoneIndexer.remove(Object indexKeys, ElementAwareListEntry<T> entry) -
Uses of ElementAwareListEntry in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return ElementAwareListEntryModifier and TypeMethodDescriptionElementAwareList.addAfter(T tuple, ElementAwareListEntry<T> previous) ElementAwareList.first()ElementAwareList.last()ElementAwareListEntry.next()ElementAwareListEntry.previous()Methods in ai.timefold.solver.core.impl.util with parameters of type ElementAwareListEntryModifier and TypeMethodDescriptionElementAwareList.addAfter(T tuple, ElementAwareListEntry<T> previous) voidElementAwareList.remove(ElementAwareListEntry<T> entry)