Class IndexedIfExistsUniNode<A,B>

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

public final class IndexedIfExistsUniNode<A,B> extends AbstractIndexedIfExistsNode<UniTuple<A>,B>
  • Constructor Details

    • IndexedIfExistsUniNode

      public IndexedIfExistsUniNode(boolean shouldExist, IndexerFactory<B> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle)
    • IndexedIfExistsUniNode

      public IndexedIfExistsUniNode(boolean shouldExist, IndexerFactory<B> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, BiPredicate<A,B> filtering)
  • Method Details