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

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

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

    • IndexedIfExistsQuadNode

      public IndexedIfExistsQuadNode(boolean shouldExist, IndexerFactory<E> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, TupleLifecycle<QuadTuple<A,B,C,D>> nextNodesTupleLifecycle)
    • IndexedIfExistsQuadNode

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