Package org.optaplanner.core.impl.util
Interface MutableQuadruple<A,B,C,D>
- Type Parameters:
A-B-C-D-
- All Superinterfaces:
Quadruple<A,B, C, D>
A mutable tuple of four values.
Two instances
are equal if all four values in the first instance
are equal to their counterpart in the other instance.-
Method Summary
-
Method Details
-
of
-
setA
-
setB
-
setC
-
setD
-