Uses of Class
ai.timefold.solver.core.impl.util.ElementAwareArrayList.Entry
Packages that use ElementAwareArrayList.Entry
-
Uses of ElementAwareArrayList.Entry in ai.timefold.solver.core.impl.util
Methods in ai.timefold.solver.core.impl.util that return ElementAwareArrayList.EntryModifier and TypeMethodDescriptionAppends the specified element to the end of this collection.ElementAwareArrayList.get(int index) Methods in ai.timefold.solver.core.impl.util that return types with arguments of type ElementAwareArrayList.EntryModifier and TypeMethodDescriptionElementAwareArrayList.asList()Returns a standardListview of this collection.Methods in ai.timefold.solver.core.impl.util with parameters of type ElementAwareArrayList.EntryModifier and TypeMethodDescriptionvoidElementAwareArrayList.remove(ElementAwareArrayList.Entry<T> entry) Removes the first occurrence of the specified element from this collection, if present.