Package org.optaplanner.core.impl.util
Interface MutableTriple<A,B,C>  
- Type Parameters:
- A-
- B-
- C-
- All Superinterfaces:
- Triple<A,- B, - C> 
A mutable tuple of three values.
 Two instances 
are equal if all three values in the first instance
 are equal to their counterpart in the other instance.- 
Method SummaryModifier and TypeMethodDescriptionstatic <A,B, C> MutableTriple<A, B, C> of(A a, B b, C c) MutableTriple<A,B, C> MutableTriple<A,B, C> MutableTriple<A,B, C> 
- 
Method Details- 
of
- 
setA
- 
setB
- 
setC
 
-