Class BiTupleImpl<A,B>
- java.lang.Object
-
- org.optaplanner.constraint.streams.bavet.common.AbstractTuple
-
- org.optaplanner.constraint.streams.bavet.bi.BiTupleImpl<A,B>
-
public final class BiTupleImpl<A,B> extends AbstractTuple implements BiTuple<A,B>
-
-
Constructor Summary
Constructors Constructor Description BiTupleImpl(A factA, B factB, int storeSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgetFactA()BgetFactB()StringtoString()-
Methods inherited from class org.optaplanner.constraint.streams.bavet.common.AbstractTuple
getState, getStore, setState
-
-