Class TriTupleImpl<A,B,C>

java.lang.Object
org.optaplanner.constraint.streams.bavet.common.AbstractTuple
org.optaplanner.constraint.streams.bavet.tri.TriTupleImpl<A,B,C>
All Implemented Interfaces:
Tuple, TriTuple<A,B,C>

public final class TriTupleImpl<A,B,C> extends AbstractTuple implements TriTuple<A,B,C>
  • Field Details

    • factA

      public A factA
    • factB

      public B factB
    • factC

      public C factC
  • Constructor Details

    • TriTupleImpl

      public TriTupleImpl(A factA, B factB, C factC, int storeSize)
  • Method Details