Class ElementAwareList<T>
- java.lang.Object
-
- ai.timefold.solver.core.impl.util.ElementAwareList<T>
-
-
Constructor Summary
Constructors Constructor Description ElementAwareList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementAwareListEntry<T>add(T tuple)ElementAwareListEntry<T>first()voidforEach(Consumer<? super T> tupleConsumer)Iterator<T>iterator()ElementAwareListEntry<T>last()voidremove(ElementAwareListEntry<T> entry)intsize()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
spliterator
-
-
-
-
Method Detail
-
add
public ElementAwareListEntry<T> add(T tuple)
-
remove
public void remove(ElementAwareListEntry<T> entry)
-
first
public ElementAwareListEntry<T> first()
-
last
public ElementAwareListEntry<T> last()
-
size
public int size()
-
-