Class UnindexedIfExistsBiNode<A,B,C>

All Implemented Interfaces:
LeftTupleLifecycle<BiTuple<A,B>>, RightTupleLifecycle<UniTuple<C>>

public final class UnindexedIfExistsBiNode<A,B,C> extends AbstractUnindexedIfExistsNode<BiTuple<A,B>,C>
  • Constructor Details

    • UnindexedIfExistsBiNode

      public UnindexedIfExistsBiNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<BiTuple<A,B>> nextNodesTupleLifecycle)
    • UnindexedIfExistsBiNode

      public UnindexedIfExistsBiNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<BiTuple<A,B>> nextNodesTupleLifecycle, TriPredicate<A,B,C> filtering)
  • Method Details