Class UnindexedIfExistsUniNode<A,B>

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

public final class UnindexedIfExistsUniNode<A,B> extends AbstractUnindexedIfExistsNode<UniTuple<A>,B>
  • Constructor Details

    • UnindexedIfExistsUniNode

      public UnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle)
    • UnindexedIfExistsUniNode

      public UnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, BiPredicate<A,B> filtering)
  • Method Details