Class ElementAwareListEntry<T>
- java.lang.Object
-
- ai.timefold.solver.core.impl.util.ElementAwareListEntry<T>
-
- Type Parameters:
T- The element type. Often a tuple.
public final class ElementAwareListEntry<T> extends Object
An entry ofElementAwareList
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetElement()ElementAwareList<T>getList()ElementAwareListEntry<T>next()voidremove()StringtoString()
-
-
-
Method Detail
-
next
public ElementAwareListEntry<T> next()
-
remove
public void remove()
-
getElement
public T getElement()
-
getList
public ElementAwareList<T> getList()
-
-