Package org.optaplanner.core.impl.util
Interface MutableTriple<A,B,C>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <A,B,C>
MutableTriple<A,B,C>of(A a, B b, C c)
MutableTriple<A,B,C>
setA(A a)
MutableTriple<A,B,C>
setB(B b)
MutableTriple<A,B,C>
setC(C c)
-
-
-
Method Detail
-
of
static <A,B,C> MutableTriple<A,B,C> of(A a, B b, C c)
-
setA
MutableTriple<A,B,C> setA(A a)
-
setB
MutableTriple<A,B,C> setB(B b)
-
setC
MutableTriple<A,B,C> setC(C c)
-
-