Class AbstractIndexedIfExistsNode<LeftTuple_ extends Tuple,Right_>

java.lang.Object
org.optaplanner.constraint.streams.bavet.common.AbstractNode
org.optaplanner.constraint.streams.bavet.common.AbstractIfExistsNode<LeftTuple_,Right_>
org.optaplanner.constraint.streams.bavet.common.AbstractIndexedIfExistsNode<LeftTuple_,Right_>
Type Parameters:
LeftTuple_ -
Right_ -
All Implemented Interfaces:
LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>

public abstract class AbstractIndexedIfExistsNode<LeftTuple_ extends Tuple,Right_> extends AbstractIfExistsNode<LeftTuple_,Right_> implements LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>
There is a strong likelihood that any change to this class, which is not related to indexing, should also be made to AbstractUnindexedIfExistsNode.