Class IndexedIfExistsBiNode<A,B,C>

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

public final class IndexedIfExistsBiNode<A,B,C> extends AbstractIndexedIfExistsNode<BiTuple<A,B>,C>
  • Constructor Details

    • IndexedIfExistsBiNode

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

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