Class UnindexedIfExistsQuadNode<A,B,C,D,E>

All Implemented Interfaces:
LeftTupleLifecycle<QuadTuple<A,B,C,D>>, RightTupleLifecycle<UniTuple<E>>

public final class UnindexedIfExistsQuadNode<A,B,C,D,E> extends AbstractUnindexedIfExistsNode<QuadTuple<A,B,C,D>,E>
  • Constructor Details

    • UnindexedIfExistsQuadNode

      public UnindexedIfExistsQuadNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<QuadTuple<A,B,C,D>> nextNodesTupleLifecycle)
    • UnindexedIfExistsQuadNode

      public UnindexedIfExistsQuadNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<QuadTuple<A,B,C,D>> nextNodesTupleLifecycle, PentaPredicate<A,B,C,D,E> filtering)
  • Method Details