Class IndexedIfExistsTriNode<A,B,C,D>

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

public final class IndexedIfExistsTriNode<A,B,C,D> extends AbstractIndexedIfExistsNode<TriTuple<A,B,C>,D>
  • Constructor Details

    • IndexedIfExistsTriNode

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

      public IndexedIfExistsTriNode(boolean shouldExist, IndexerFactory<D> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<TriTuple<A,B,C>> nextNodesTupleLifecycle, QuadPredicate<A,B,C,D> filtering)
  • Method Details