Class TupleList<T>
java.lang.Object
org.optaplanner.constraint.streams.bavet.common.collection.TupleList<T>
- Type Parameters:
T- The element type. Often a tuple.
Different from
LinkedList because nodes/indexes are allowed
to directly reference TupleListEntry instances
to avoid the lookup by index cost.
Also doesn't implement the List interface.