Class TupleListEntry<T>
- java.lang.Object
-
- org.optaplanner.constraint.streams.bavet.common.collection.TupleListEntry<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetElement()TupleList<T>getList()TupleListEntry<T>next()voidremove()TupleListEntry<T>removeAndNext()StringtoString()
-
-
-
Method Detail
-
next
public TupleListEntry<T> next()
-
removeAndNext
public TupleListEntry<T> removeAndNext()
-
remove
public void remove()
-
getElement
public T getElement()
-
-